Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go895 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)
Dneverallow.go501 includePath := len(r.paths) == 0 || HasAnyPrefix(dir, r.paths)
502 excludePath := HasAnyPrefix(dir, r.unlessPaths)
Dutil.go125 func HasAnyPrefix(s string, prefixList []string) bool { func
Dutil_test.go266 out := HasAnyPrefix(testCase.str, prefixes)
/build/soong/cc/
Dcflag_artifacts.go44 return android.HasAnyPrefix(subdir, TrackedCFlagsDir)
Dcompiler.go260 return android.HasAnyPrefix(subdir, config.WarningAllowedProjects)
532 if android.HasAnyPrefix(ctx.ModuleDir(), allowedManualInterfacePaths) {
621 if android.HasAnyPrefix(path, thirdPartyDirPrefixes) {
/build/soong/java/
Ddroiddoc.go603 if android.HasAnyPrefix(packageName, filterPackages) {