Home
last modified time | relevance | path

Searched refs:isThirdParty (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dcompiler_test.go34 if !isThirdParty(path) {
39 if isThirdParty(path) {
Dcompiler.go447 if isThirdParty(modulePath) {
677 func isThirdParty(path string) bool { func