Home
last modified time | relevance | path

Searched refs:HasAnyPrefix (Results 1 – 7 of 7) sorted by relevance

/build/soong/android/
Dconfig.go906 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)
Dneverallow.go508 includePath := len(r.paths) == 0 || HasAnyPrefix(dir, r.paths)
509 excludePath := HasAnyPrefix(dir, r.unlessPaths)
Dutil.go125 func HasAnyPrefix(s string, prefixList []string) bool { func
Dutil_test.go255 out := HasAnyPrefix(testCase.str, prefixes)
/build/soong/cc/
Dcflag_artifacts.go44 return android.HasAnyPrefix(subdir, TrackedCFlagsDir)
Dcompiler.go247 return android.HasAnyPrefix(subdir, config.WarningAllowedProjects)
524 if android.HasAnyPrefix(ctx.ModuleDir(), allowedManualInterfacePaths) {
613 if android.HasAnyPrefix(path, thirdPartyDirPrefixes) {
/build/soong/java/
Ddroiddoc.go604 if android.HasAnyPrefix(packageName, filterPackages) {