Searched refs:IsThirdPartyPath (Results 1 – 6 of 6) sorted by relevance
37 if !android.IsThirdPartyPath(path) {42 if android.IsThirdPartyPath(path) {
538 if android.IsThirdPartyPath(modulePath) {703 if android.IsThirdPartyPath(ctx.ModuleDir()) {
132 if !strings.HasPrefix(dir, "external/") && IsThirdPartyPath(dir) {
2321 func IsThirdPartyPath(path string) bool { func
380 if !(android.IsThirdPartyPath(modulePath) || strings.HasPrefix(modulePath, "prebuilts")) {538 if android.IsThirdPartyPath(modulePath) {
133 # to be used. This is like android.IsThirdPartyPath, but with more patterns.