Home
last modified time | relevance | path

Searched defs:buildPath (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/addons/repl-domain-abort/
Dtest.js28 let buildPath = path.join(__dirname, 'build', common.buildType, 'binding'); variable
/third_party/vk-gl-cts/scripts/
Drun_internal_tests.py46 …def __init__ (self, name, srcPath, buildPath, genParams, buildParams, testBinaryName, executor = '… argument
/third_party/vk-gl-cts/scripts/android/
Dbuild_apk.py174 …def __init__(self, env, buildPath, abis, nativeApi, javaApi, minApi, nativeBuildType, gtfTarget, v… argument
723 def getAssetFiles (buildPath): argument
1028 buildPath = os.path.realpath(args.buildRoot) variable
/third_party/vk-gl-cts/external/openglcts/scripts/
Dbuild_mustpass.py53 buildPath = DEFAULT_BUILD_DIR.format(targetName = DEFAULT_TARGET, buildType = "Release") variable