Searched refs:HasAnyPrefix (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | config.go | 895 return HasAnyPrefix(path, excluded) 1059 HasAnyPrefix(path, c.config.productVariables.JavaCoveragePaths) { 1063 if HasAnyPrefix(path, c.config.productVariables.JavaCoverageExcludePaths) { 1092 …if InList("*", c.config.productVariables.NativeCoveragePaths) || HasAnyPrefix(path, c.config.produ… 1097 if HasAnyPrefix(path, c.config.productVariables.NativeCoverageExcludePaths) { 1170 return HasAnyPrefix(path, c.productVariables.IntegerOverflowExcludePaths) 1177 return HasAnyPrefix(path, c.productVariables.CFIExcludePaths) 1184 return HasAnyPrefix(path, c.productVariables.CFIIncludePaths)
|
D | neverallow.go | 501 includePath := len(r.paths) == 0 || HasAnyPrefix(dir, r.paths) 502 excludePath := HasAnyPrefix(dir, r.unlessPaths)
|
D | util.go | 125 func HasAnyPrefix(s string, prefixList []string) bool { func
|
D | util_test.go | 266 out := HasAnyPrefix(testCase.str, prefixes)
|
/build/soong/cc/ |
D | cflag_artifacts.go | 44 return android.HasAnyPrefix(subdir, TrackedCFlagsDir)
|
D | compiler.go | 260 return android.HasAnyPrefix(subdir, config.WarningAllowedProjects) 532 if android.HasAnyPrefix(ctx.ModuleDir(), allowedManualInterfacePaths) { 621 if android.HasAnyPrefix(path, thirdPartyDirPrefixes) {
|
/build/soong/java/ |
D | droiddoc.go | 603 if android.HasAnyPrefix(packageName, filterPackages) {
|