Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler.go208 IsModuleNameAllowed(moduleName string, withinApex bool) bool methodSpec
348 func (m MockBazelContext) IsModuleNameAllowed(_ string, _ bool) bool { func
494 func (n noopBazelContext) IsModuleNameAllowed(_ string, _ bool) bool { func
631 func (context *mixedBuildBazelContext) IsModuleNameAllowed(moduleName string, withinApex bool) bool… func