Searched refs:HasAnyPrefix (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | config.go | 906 return HasAnyPrefix(path, excluded) 1061 HasAnyPrefix(path, c.config.productVariables.JavaCoveragePaths) { 1065 if HasAnyPrefix(path, c.config.productVariables.JavaCoverageExcludePaths) { 1094 …if InList("*", c.config.productVariables.NativeCoveragePaths) || HasAnyPrefix(path, c.config.produ… 1099 if HasAnyPrefix(path, c.config.productVariables.NativeCoverageExcludePaths) { 1172 return HasAnyPrefix(path, c.productVariables.IntegerOverflowExcludePaths) 1179 return HasAnyPrefix(path, c.productVariables.CFIExcludePaths) 1186 return HasAnyPrefix(path, c.productVariables.CFIIncludePaths)
|
D | neverallow.go | 508 includePath := len(r.paths) == 0 || HasAnyPrefix(dir, r.paths) 509 excludePath := HasAnyPrefix(dir, r.unlessPaths)
|
D | util.go | 125 func HasAnyPrefix(s string, prefixList []string) bool { func
|
D | util_test.go | 255 out := HasAnyPrefix(testCase.str, prefixes)
|
/build/soong/cc/ |
D | cflag_artifacts.go | 44 return android.HasAnyPrefix(subdir, TrackedCFlagsDir)
|
D | compiler.go | 247 return android.HasAnyPrefix(subdir, config.WarningAllowedProjects) 524 if android.HasAnyPrefix(ctx.ModuleDir(), allowedManualInterfacePaths) { 613 if android.HasAnyPrefix(path, thirdPartyDirPrefixes) {
|
/build/soong/java/ |
D | droiddoc.go | 604 if android.HasAnyPrefix(packageName, filterPackages) {
|