Home
last modified time | relevance | path

Searched refs:fullDstPath (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/scripts/
Dverify_kc_cts_rev.py47 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
48 if os.path.exists(fullDstPath):
49 shutil.rmtree(fullDstPath, ignore_errors=False)
58 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
60 if not os.path.exists(fullDstPath):
61 execute(["git", "clone", "--no-checkout", self.url, fullDstPath])
63 pushWorkingDir(fullDstPath)
70 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
71 pushWorkingDir(fullDstPath)
/external/deqp/scripts/khr_util/
Dregistry_cache.py76 def checkoutGit (repository, revision, fullDstPath): argument
77 if not os.path.exists(fullDstPath):
78 execute(["git", "clone", "--no-checkout", repository, fullDstPath])
80 pushWorkingDir(fullDstPath)
92 fullDstPath = os.path.join(cacheDir, "git")
94 checkoutGit(repository, revision, fullDstPath)
95 f = open(os.path.join(fullDstPath, filename), "r")
/external/deqp/external/
Dfetch_sources.py52 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
54 readonlydir = os.path.join(fullDstPath, ".git", "objects", "pack")
57 if os.path.exists(fullDstPath):
58 shutil.rmtree(fullDstPath, ignore_errors=False)
276 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
279 if not os.path.exists(fullDstPath):
280 execute(["git", "clone", "--no-checkout", url, fullDstPath])
282 pushWorkingDir(fullDstPath)
/external/deqp/external/vulkancts/scripts/
Dbuild_spirv_binaries.py64 fullDstPath = os.path.realpath(dstPath)
71 …execute([binPath, "--validate-spv", "--dst-path", fullDstPath, "--target-vulkan-version", vulkanVe…
/external/deqp/scripts/
Dmake_release.py181 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstBasePath))
184 targets = createFileTargets(fullSrcPath, fullDstPath, allFiles, self.filters)
199 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile))
201 target = self.makeTarget(fullSrcPath, fullDstPath)