Searched refs:git_worktree_path (Results 1 – 2 of 2) sorted by relevance
/openthread-3.7.0/third_party/mbedtls/repo/scripts/ |
D | abi_check.py | 160 git_worktree_path = tempfile.mkdtemp() 182 git_worktree_path, worktree_rev], 189 cwd=git_worktree_path, 193 return git_worktree_path 195 def _update_git_submodules(self, git_worktree_path, version): argument 201 cwd=git_worktree_path, 205 if not (os.path.exists(os.path.join(git_worktree_path, "crypto")) 213 cwd=os.path.join(git_worktree_path, "crypto"), 223 cwd=os.path.join(git_worktree_path, "crypto"), 228 def _build_shared_libraries(self, git_worktree_path, version): argument [all …]
|
D | code_size_compare.py | 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, 322 return git_worktree_path 334 def _build_libraries(self, git_worktree_path: str) -> None: 346 cwd=git_worktree_path, stderr=subprocess.STDOUT, 351 cwd=git_worktree_path, stderr=subprocess.STDOUT, 356 cwd=git_worktree_path, stderr=subprocess.STDOUT, 362 self._handle_called_process_error(e, git_worktree_path) 364 def _gen_raw_code_size(self, git_worktree_path: str) -> typing.Dict[str, str]: [all …]
|