Searched refs:git_worktree_path (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/scripts/ |
D | abi_check.py | 161 git_worktree_path = tempfile.mkdtemp() 183 git_worktree_path, worktree_rev], 190 cwd=git_worktree_path, 194 return git_worktree_path 196 def _update_git_submodules(self, git_worktree_path, version): argument 202 cwd=git_worktree_path, 206 if not (os.path.exists(os.path.join(git_worktree_path, "crypto")) 214 cwd=os.path.join(git_worktree_path, "crypto"), 224 cwd=os.path.join(git_worktree_path, "crypto"), 229 def _build_shared_libraries(self, git_worktree_path, version): argument [all …]
|
D | code_size_compare.py | 311 git_worktree_path = self.repo_path 315 git_worktree_path = os.path.join(self.repo_path, 319 git_worktree_path, self.git_rev], cwd=self.repo_path, 323 return git_worktree_path 335 def _build_libraries(self, git_worktree_path: str) -> None: 347 cwd=git_worktree_path, stderr=subprocess.STDOUT, 352 cwd=git_worktree_path, stderr=subprocess.STDOUT, 357 cwd=git_worktree_path, stderr=subprocess.STDOUT, 363 self._handle_called_process_error(e, git_worktree_path) 365 def _gen_raw_code_size(self, git_worktree_path: str) -> typing.Dict[str, str]: [all …]
|