Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/scripts/
H A Dabi_check.py160 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 …]
H A Dcode_size_compare.py310 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 …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/
H A Dabi_check.py160 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 …]
H A Dcode_size_compare.py310 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 …]
/aosp_15_r20/tools/repohooks/rh/
H A Dgit.py200 git_worktree_path = rh.utils.run(cmd, cwd=path, capture_output=True).stdout.strip()
201 if git_worktree_path:
202 return git_worktree_path