Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go1871 type sdkLibraryScopeProperties struct { struct
1914 scopeProperties map[*apiScope]*sdkLibraryScopeProperties
1947 Type: reflect.TypeOf(sdkLibraryScopeProperties{}),
1957 func createPropertiesInstance() (interface{}, map[*apiScope]*sdkLibraryScopeProperties) {
1960 scopeProperties := make(map[*apiScope]*sdkLibraryScopeProperties)
1964 scopeProperties[apiScope] = field.Addr().Interface().(*sdkLibraryScopeProperties)
2033 …x android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties) {
2063 …x android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties) {