Home
last modified time | relevance | path

Searched refs:repo_path (Results 1 - 5 of 5) sorted by relevance

/third_party/spirv-tools/utils/
H A Dupdate_build_version.py104 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 Droll_deps.sh41 repo_path=$(dirname "$0")/..
43 cd "$repo_path"
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py287 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 Dabi_check.py135 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 Dbuilddeps.py307 repo_path = os.path.join(self.base_directory, repo)
308 self._git_source_directories.update(_GitSourceDirectories(repo_path))

Completed in 4 milliseconds