Home
last modified time | relevance | path

Searched defs:OtherModuleDir (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dbazel_paths.go79 OtherModuleDir(m blueprint.Module) string methodSpec
Dmodule.go150 OtherModuleDir(m blueprint.Module) string methodSpec
2021 func (b *baseModuleContext) OtherModuleDir(m blueprint.Module) string { return b.bp.OtherModuleDir(… func
/build/blueprint/
Dmodule_ctx.go273 OtherModuleDir(m Module) string methodSpec
492 func (m *baseModuleContext) OtherModuleDir(logicModule Module) string { func