Home
last modified time | relevance | path

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

/build/soong/android/
Dpath_properties.go58 if m, t := SrcIsModuleWithTag(s); m != "" {
Dmodule_test.go188 gotModule, gotTag := SrcIsModuleWithTag(tt.args.s)
Dmodule.go2297 func SrcIsModuleWithTag(s string) (module, tag string) { func
2373 if m, t := SrcIsModuleWithTag(s); m != "" {
2390 if m, t := SrcIsModuleWithTag(*s); m != "" {
Dpaths.go646 if m, t := SrcIsModuleWithTag(e); m != "" {
717 if m, t := SrcIsModuleWithTag(input.path); m != "" {
/build/soong/java/
Ddroiddoc.go437 if moduleName, tag := android.SrcIsModuleWithTag(src); moduleName != "" {
/build/soong/apex/
Dbuilder.go366 if m, t := android.SrcIsModuleWithTag(*a.properties.File_contexts); m != "" {