Home
last modified time | relevance | path

Searched refs:IsThirdPartyPath (Results 1 – 6 of 6) sorted by relevance

/build/soong/cc/
Dcompiler_test.go37 if !android.IsThirdPartyPath(path) {
42 if android.IsThirdPartyPath(path) {
Dcompiler.go538 if android.IsThirdPartyPath(modulePath) {
703 if android.IsThirdPartyPath(ctx.ModuleDir()) {
/build/soong/android/
Dplugin.go132 if !strings.HasPrefix(dir, "external/") && IsThirdPartyPath(dir) {
Dpaths.go2321 func IsThirdPartyPath(path string) bool { func
/build/soong/rust/
Dbuilder.go380 if !(android.IsThirdPartyPath(modulePath) || strings.HasPrefix(modulePath, "prebuilts")) {
538 if android.IsThirdPartyPath(modulePath) {
/build/bazel/rules/cc/
Dclang_tidy.bzl133 # to be used. This is like android.IsThirdPartyPath, but with more patterns.