Home
last modified time | relevance | path

Searched refs:sdkLibraryScopeProperties (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/soong/java/
H A Dsdk_library.go1850 type sdkLibraryScopeProperties struct { struct
1900 scopeProperties map[*apiScope]*sdkLibraryScopeProperties
1933 Type: reflect.TypeOf(sdkLibraryScopeProperties{}),
1943 func createPropertiesInstance() (interface{}, map[*apiScope]*sdkLibraryScopeProperties) {
1946 scopeProperties := make(map[*apiScope]*sdkLibraryScopeProperties)
1950 scopeProperties[apiScope] = field.Addr().Interface().(*sdkLibraryScopeProperties)
H A Dsdk_library_internal.go604 …x android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties) { argument
641 …x android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties) { argument
663 …x android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties) { argument