Home
last modified time | relevance | path

Searched refs:getBinaryPath (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/scripts/
Drun_nightly.py97 def getBinaryPath(self, basePath): member in NightlyRunConfig
98 …return os.path.join(self.buildConfig.getBuildDir(), self.generator.getBinaryPath(self.buildConfig.…
151 args = [config.getBinaryPath(LOG_TO_CSV_PATH), "--mode=all", "--format=csv", logPath]
293 …binaryName = config.generator.getBinaryPath(config.buildConfig.getBuildType(), os.path.basename(c…
297 config.getBinaryPath(EXECUTOR_PATH),
298 '--start-server=%s' % config.getBinaryPath(EXECSERVER_PATH),
Dbuild_caselists.py93 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", module.binName))
/third_party/node/test/abort/
Dtest-abort-backtrace.js22 const { getBinaryPath } = require('../common/shared-lib-util');
23 if (!frames.some((frame) => frame.includes(`[${getBinaryPath()}]`))) {
/third_party/node/test/common/
Dshared-lib-util.js42 function getBinaryPath() { function
48 getBinaryPath, property
/third_party/vk-gl-cts/scripts/build/
Dconfig.py102 def getBinaryPath (self, buildType, basePath): member in CMakeGenerator
149 def getBinaryPath (self, buildType, basePath): member in VSProjectGenerator
/third_party/vk-gl-cts/scripts/ctsbuild/
Dconfig.py102 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/
Damber_verify.py58 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "deqp-vk"))
Dbuild_spirv_binaries.py69 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "vk-build-programs"))
/third_party/vk-gl-cts/external/openglcts/scripts/
Dbuild_caselists.py130 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", GLCTS_BIN_NAME))