Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go1679 type sdkLibraryScopeProperties struct { struct
1713 scopeProperties map[*apiScope]*sdkLibraryScopeProperties
1743 Type: reflect.TypeOf(sdkLibraryScopeProperties{}),
1753 func createPropertiesInstance() (interface{}, map[*apiScope]*sdkLibraryScopeProperties) {
1756 scopeProperties := make(map[*apiScope]*sdkLibraryScopeProperties)
1760 scopeProperties[apiScope] = field.Addr().Interface().(*sdkLibraryScopeProperties)
1823 …x android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties) {
1845 …x android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties) {