Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library_test.go126 result.ModuleForTests(t, apiScopePublic.apiLibraryModuleName("foo"), "android_common")
1412 …m := result.ModuleForTests(t, c.scope.apiLibraryModuleName("foo"), "android_common").Module().(*Ap…
Dsdk_library_internal.go74 return apiScope.apiLibraryModuleName(baseName)
Djava_test.go2630 …spathForLibWithSystemModule(t, result.TestContext, apiScopePublic.apiLibraryModuleName("foo"), "/b…
2707 apiScopePublic.apiLibraryModuleName("foo")))
Dsdk_library.go242 func (scope *apiScope) apiLibraryModuleName(baseName string) string { func