Home
last modified time | relevance | path

Searched refs:git_worktree_path (Results 1 – 2 of 2) sorted by relevance

/mbedtls-3.4.0/scripts/
Dcode_size_compare.py69 git_worktree_path = self.repo_path
72 git_worktree_path = os.path.join(self.repo_path, "temp-" + revision)
75 git_worktree_path, revision], cwd=self.repo_path,
78 return git_worktree_path
80 def _build_libraries(self, git_worktree_path): argument
86 cwd=git_worktree_path, stderr=subprocess.STDOUT,
89 def _gen_code_size_csv(self, revision, git_worktree_path): argument
98 ["size library/*.o"], cwd=git_worktree_path, shell=True
106 def _remove_worktree(self, git_worktree_path): argument
108 if git_worktree_path != self.repo_path:
[all …]
Dabi_check.py172 git_worktree_path = tempfile.mkdtemp()
194 git_worktree_path, worktree_rev],
201 cwd=git_worktree_path,
205 return git_worktree_path
207 def _update_git_submodules(self, git_worktree_path, version): argument
213 cwd=git_worktree_path,
217 if not (os.path.exists(os.path.join(git_worktree_path, "crypto"))
225 cwd=os.path.join(git_worktree_path, "crypto"),
235 cwd=os.path.join(git_worktree_path, "crypto"),
240 def _build_shared_libraries(self, git_worktree_path, version): argument
[all …]