Home
last modified time | relevance | path

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

/build/soong/cc/
Dcompiler_test.go37 if !android.IsThirdPartyPath(path) {
42 if android.IsThirdPartyPath(path) {
Dcompiler.go480 if android.IsThirdPartyPath(modulePath) {
Dbuilder.go543 if android.IsThirdPartyPath(modulePath) {
/build/soong/rust/
Dbuilder.go355 if android.IsThirdPartyPath(modulePath) {
/build/soong/android/
Dpaths.go2180 func IsThirdPartyPath(path string) bool { func