Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go1946 type sdkLibraryScopeProperties struct { struct
1992 scopeProperties map[*apiScope]*sdkLibraryScopeProperties
2029 Type: reflect.TypeOf(sdkLibraryScopeProperties{}),
2039 func createPropertiesInstance() (interface{}, map[*apiScope]*sdkLibraryScopeProperties) {
2042 scopeProperties := make(map[*apiScope]*sdkLibraryScopeProperties)
2046 scopeProperties[apiScope] = field.Addr().Interface().(*sdkLibraryScopeProperties)
2115 …x android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties) {
2146 …x android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties) {