Home
last modified time | relevance | path

Searched defs:buildRoot (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/
DCMakeSettings.json8 "buildRoot": "${projectDir}\\out\\build\\${name}", string
19 "buildRoot": "${projectDir}\\out\\build\\${name}", string
31 "buildRoot": "${projectDir}\\out\\build\\${name}", string
43 "buildRoot": "${projectDir}\\out\\build\\${name}", string
/external/vogar/src/vogar/android/
DAndroidSdk.java290 String buildRoot = System.getenv("ANDROID_BUILD_TOP"); in filterNonExistentPathsFrom() local