Searched refs:getBinaryPath (Results 1 - 8 of 8) sorted by relevance
/third_party/node/test/common/ |
H A D | shared-lib-util.js | 42 function getBinaryPath() { function 48 getBinaryPath,
|
/third_party/vk-gl-cts/scripts/ |
H A D | run_nightly.py | 97 def getBinaryPath(self, basePath): member in NightlyRunConfig 98 return os.path.join(self.buildConfig.getBuildDir(), self.generator.getBinaryPath(self.buildConfig.getBuildType(), basePath)) 151 args = [config.getBinaryPath(LOG_TO_CSV_PATH), "--mode=all", "--format=csv", logPath] 293 binaryName = config.generator.getBinaryPath(config.buildConfig.getBuildType(), os.path.basename(config.binaryName)) 297 config.getBinaryPath(EXECUTOR_PATH), 298 '--start-server=%s' % config.getBinaryPath(EXECSERVER_PATH),
|
H A D | build_caselists.py | 93 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", module.binName))
|
/third_party/vk-gl-cts/scripts/build/ |
H A D | config.py | 102 def getBinaryPath (self, buildType, basePath): member in CMakeGenerator 149 def getBinaryPath (self, buildType, basePath): member in VSProjectGenerator
|
/third_party/vk-gl-cts/scripts/ctsbuild/ |
H A D | config.py | 102 def getBinaryPath (self, buildType, basePath): member in CMakeGenerator 149 def getBinaryPath (self, buildType, basePath): member in VSProjectGenerator
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | amber_verify.py | 59 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "deqp-vk"))
|
H A D | build_spirv_binaries.py | 70 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "vk-build-programs"))
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | build_caselists.py | 131 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", GLCTS_BIN_NAME))
|
Completed in 4 milliseconds