| /tools/external_updater/ | 
| D | git_utils.py | 26 def fetch(proj_path: Path, remote_names: list[str]) -> None:37 def add_remote(proj_path: Path, name: str, url: str) -> None:
 49 def remove_remote(proj_path: Path, name: str) -> None:
 55 def list_remotes(proj_path: Path) -> dict[str, str]:
 75 def detect_default_branch(proj_path: Path, remote_name: str) -> str:
 89 def get_sha_for_branch(proj_path: Path, branch: str):
 96 def get_commits_ahead(proj_path: Path, branch: str,
 108 def get_commit_time(proj_path: Path, commit: str) -> datetime.datetime:
 116 def list_remote_branches(proj_path: Path, remote_name: str) -> list[str]:
 129 def list_local_branches(proj_path: Path) -> list[str]:
 [all …]
 
 | 
| D | fileutils.py | 58 def get_absolute_project_path(proj_path: Path) -> Path:66 def get_metadata_path(proj_path: Path) -> Path:
 71 def get_relative_project_path(proj_path: Path) -> Path:
 76 def canonicalize_project_path(proj_path: Path) -> Path:
 101 def read_metadata(proj_path: Path) -> metadata_pb2.MetaData:
 120 def write_metadata(proj_path: Path, metadata: metadata_pb2.MetaData, keep_date: bool) -> None:
 
 | 
| D | test_git_utils.py | 25 def fixture_repo_tree(tmp_path: Path) -> Path:33 def fixture_pore_tree(repo_tree: Path) -> Path:
 39 def test_tree_uses_pore_fast_path(tmp_path: Path, mocker: MockerFixture) -> None:
 48 def test_tree_uses_pore_identifies_pore_trees(pore_tree: Path, mocker: MockerFixture) -> None:
 55 def test_tree_uses_pore_identifies_repo_trees(repo_tree: Path, mocker: MockerFixture) -> None:
 
 | 
| D | updater_utils.py | 29 def create_updater(metadata: metadata_pb2.MetaData, proj_path: Path,68 def run_post_update(source_dir: Path, target_dir: Path) -> None:
 133 def build(proj_path: Path) -> None:
 
 | 
| D | hashtags.py | 18 def find_hashtag(proj_path: Path) -> str:
 | 
| D | external_updater.py | 74 def build_updater(proj_path: Path) -> Tuple[Updater, metadata_pb2.MetaData]:154                      proj_path: Path,
 
 | 
| D | base_updater.py | 25     def __init__(self, proj_path: Path, old_url: metadata_pb2.URL,
 | 
| D | crates_updater.py | 150                         full_path: Path) -> None:
 | 
| /tools/asuite/atest/ | 
| D | bazel_mode.py | 192                  src_root_path: Path,193                  resource_root_path: Path,
 194                  product_out_path: Path,
 195                  md5_checksum_file_path: Path):
 207         rel_path: Path=None,
 225         rel_path: Path=None,
 243         rel_path: Path=None,
 262         rel_path: Path,
 281         abs_path: Path
 299     def register_file_with_abs_path(self, abs_path: Path):
 [all …]
 
 | 
| D | atest_utils.py | 1654 def generate_buildfiles_checksum(target_dir: Path):1817 def get_bp_content(filename: Path, module_type: str) -> Dict:
 1870 def get_manifest_info(manifest: Path) -> Dict[str, Any]:
 1918 def generate_print_result_html(result_file: Path):
 1943 def prompt_suggestions(result_file: Path):
 
 | 
| D | module_info.py | 614     def get_target_module_by_pkg(self, package: str, search_from: Path) -> str:
 | 
| /tools/asuite/atest/integration_tests/ | 
| D | result_compare_test.py | 136 def parse_standard_result(result_file: Path) -> Dict[str, str]:152 def parse_bazel_result(result_file: Path) -> Dict[str, str]:
 
 | 
| /tools/treble/hacksaw/mount/ | 
| D | system.go | 60 	Path   string  member
 | 
| /tools/treble/build/treble_build/local/ | 
| D | ninja.go | 44 	Path(ctx context.Context, target string, dependency string) (*bytes.Buffer, error)  methodSpec217 func (n *ninjaCmd) Path(ctx context.Context, target string, dependency string) (*bytes.Buffer, erro…  func
 273 func (cli *ninjaCli) Path(ctx context.Context, target string, dependency string) (*app.BuildPath, e…  func
 
 | 
| D | ninja_test.go | 45 func (n *ninjaTest) Path(ctx context.Context, target string, dependency string) (*bytes.Buffer, err…  func
 | 
| /tools/treble/build/treble_build/app/ | 
| D | report.go | 29 	Path     string   `json:"path"`      // Path to find host tools  member
 | 
| D | repo.go | 33 	Path     string  `xml:"path,attr"`  member
 | 
| /tools/treble/build/treble_build/report/ | 
| D | dependencies.go | 27 	Path(ctx context.Context, target string, dependency string) (*app.BuildPath, error)  methodSpec
 | 
| D | report_test.go | 77 func (r *reportTest) Path(ctx context.Context, target string, dependency string) (*app.BuildPath, e…  func
 |