Searched refs:repo_path (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/infra/bots/ |
D | gen_compile_isolate.py | 182 def relpath(repo_path): argument 188 repo_path = '../../' + repo_path 189 repo_path = repo_path.replace('../../infra/', '../') 190 repo_path = repo_path.replace('../bots/', '') 191 return repo_path
|
/third_party/mbedtls/scripts/ |
D | code_size_compare.py | 42 self.repo_path = "." 71 git_worktree_path = self.repo_path 74 git_worktree_path = os.path.join(self.repo_path, "temp-" + revision) 77 git_worktree_path, revision], cwd=self.repo_path, 110 if git_worktree_path != self.repo_path: 114 git_worktree_path], cwd=self.repo_path,
|
D | abi_check.py | 56 self.repo_path = "." 103 cwd=self.repo_path, 116 cwd=self.repo_path, 216 cwd=self.repo_path,
|
/third_party/flutter/skia/third_party/externals/dawn/scripts/ |
D | roll-shaderc-deps.sh | 23 repo_path=$(dirname "$0")/.. 31 cd "$repo_path"
|
/third_party/skia/third_party/externals/tint/tools/ |
D | roll-all | 28 repo_path=$(dirname "$0")/.. 30 cd "$repo_path"
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
D | roll-all | 32 repo_path=$(dirname "$0")/.. 34 cd "$repo_path"
|
/third_party/skia/third_party/externals/dawn/scripts/ |
D | roll-shader-deps.sh | 31 repo_path=$(dirname "$0")/.. 33 cd "$repo_path"
|
/third_party/spirv-tools/utils/ |
D | roll_deps.sh | 33 repo_path=$(dirname "$0")/.. 35 cd "$repo_path"
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
D | roll_deps.sh | 33 repo_path=$(dirname "$0")/.. 35 cd "$repo_path"
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
D | roll_deps.sh | 33 repo_path=$(dirname "$0")/.. 35 cd "$repo_path"
|
/third_party/skia/buildtools/checkdeps/ |
D | builddeps.py | 307 repo_path = os.path.join(self.base_directory, repo) 308 self._git_source_directories.update(_GitSourceDirectories(repo_path))
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 136225 @@ -309,7 +309,7 @@ def roll_libxslt_linux(src_path, repo_path):
|