Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dconfig.go968 return HasAnyPrefix(path, excluded)
1137 HasAnyPrefix(path, c.config.productVariables.JavaCoveragePaths) {
1141 if HasAnyPrefix(path, c.config.productVariables.JavaCoverageExcludePaths) {
1170 …if InList("*", c.config.productVariables.NativeCoveragePaths) || HasAnyPrefix(path, c.config.produ…
1175 if HasAnyPrefix(path, c.config.productVariables.NativeCoverageExcludePaths) {
1248 return HasAnyPrefix(path, c.productVariables.IntegerOverflowExcludePaths)
1255 return HasAnyPrefix(path, c.productVariables.CFIExcludePaths)
1262 return HasAnyPrefix(path, c.productVariables.CFIIncludePaths) && !c.CFIDisabledForPath(path)
1269 return HasAnyPrefix(path, c.productVariables.MemtagHeapExcludePaths)
1276 …return HasAnyPrefix(path, c.productVariables.MemtagHeapAsyncIncludePaths) && !c.MemtagHeapDisabled…
[all …]
H A Dneverallow.go505 includePath := len(r.paths) == 0 || HasAnyPrefix(dir, r.paths)
506 excludePath := HasAnyPrefix(dir, r.unlessPaths)
H A Dutil.go131 func HasAnyPrefix(s string, prefixList []string) bool { func
H A Dutil_test.go267 out := HasAnyPrefix(testCase.str, prefixes)
/aosp12/build/soong/cc/
H A Dcompiler.go289 return android.HasAnyPrefix(subdir, config.WarningAllowedProjects)
584 if android.HasAnyPrefix(ctx.ModuleDir(), allowedManualInterfacePaths) {
680 if android.HasAnyPrefix(path, thirdPartyDirPrefixes) {
H A Dcflag_artifacts.go44 return android.HasAnyPrefix(subdir, TrackedCFlagsDir)
/aosp12/build/soong/java/
H A Ddroiddoc.go420 if android.HasAnyPrefix(packageName, filterPackages) {