Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go218 if !ctx.OtherModuleExists(name) {
Doverride_module.go233 if !ctx.OtherModuleExists(base) {
Dapex.go262 if !mctx.OtherModuleExists(n) && !mctx.Config().AllowMissingDependencies() {
Dmodule.go115 OtherModuleExists(name string) bool methodSpec
1510 func (b *baseModuleContext) OtherModuleExists(name string) bool { return b.bp.OtherModuleExists(nam… func
/build/blueprint/
Dmodule_ctx.go277 OtherModuleExists(name string) bool methodSpec
503 func (m *baseModuleContext) OtherModuleExists(name string) bool { func
/build/soong/java/
Ddroiddoc.go352 if ctx.OtherModuleExists(api_module) || ctx.OtherModuleExists(removed_api_module) {
1290 if newSinceSrcModule != "" && !ctx.OtherModuleExists(newSinceSrcModule) {
Dsdk_library.go1881 if ctx.OtherModuleExists(implName) {
1885 if module.sharedLibrary() && ctx.OtherModuleExists(xmlPermissionsModuleName) {
/build/soong/cc/
Dvndk.go301 if mctx.OtherModuleExists(name) {
Dcc.go1812 if actx.OtherModuleExists(vendorPublicLib) {