Searched refs:repo_path (Results 1 - 5 of 5) sorted by relevance
| /third_party/spirv-tools/utils/ |
| H A D | update_build_version.py | 104 def describe(repo_path): 112 success, output = command_output(["git", "rev-parse", "--show-toplevel"], repo_path) 114 success, output = command_output(["git", "describe", "--tags", "--match=v*", "--long"], repo_path) 116 success, output = command_output(["git", "rev-parse", "HEAD"], repo_path) 152 repo_path = os.path.dirname(changes_file_path) 153 description = describe(repo_path)
|
| H A D | roll_deps.sh | 41 repo_path=$(dirname "$0")/.. 43 cd "$repo_path"
|
| /third_party/mbedtls/scripts/ |
| H A D | code_size_compare.py | 287 self.repo_path = "." 310 git_worktree_path = self.repo_path 314 git_worktree_path = os.path.join(self.repo_path, 318 git_worktree_path, self.git_rev], cwd=self.repo_path, 386 if git_worktree_path != self.repo_path: 391 git_worktree_path], cwd=self.repo_path,
|
| H A D | abi_check.py | 135 self.repo_path = "." 182 cwd=self.repo_path, 195 cwd=self.repo_path, 382 cwd=self.repo_path,
|
| /third_party/skia/buildtools/checkdeps/ |
| H A D | builddeps.py | 307 repo_path = os.path.join(self.base_directory, repo) 308 self._git_source_directories.update(_GitSourceDirectories(repo_path))
|
Completed in 4 milliseconds