Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 19 of 19) sorted by relevance

/tools/external_updater/
Dgit_utils.py26 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 …]
Dfileutils.py58 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:
Dtest_git_utils.py25 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:
Dupdater_utils.py29 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:
Dhashtags.py18 def find_hashtag(proj_path: Path) -> str:
Dexternal_updater.py74 def build_updater(proj_path: Path) -> Tuple[Updater, metadata_pb2.MetaData]:
154 proj_path: Path,
Dbase_updater.py25 def __init__(self, proj_path: Path, old_url: metadata_pb2.URL,
Dcrates_updater.py150 full_path: Path) -> None:
/tools/asuite/atest/
Dbazel_mode.py192 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 …]
Datest_utils.py1654 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):
Dmodule_info.py614 def get_target_module_by_pkg(self, package: str, search_from: Path) -> str:
/tools/asuite/atest/integration_tests/
Dresult_compare_test.py136 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/
Dsystem.go60 Path string member
/tools/treble/build/treble_build/local/
Dninja.go44 Path(ctx context.Context, target string, dependency string) (*bytes.Buffer, error) methodSpec
217 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
Dninja_test.go45 func (n *ninjaTest) Path(ctx context.Context, target string, dependency string) (*bytes.Buffer, err… func
/tools/treble/build/treble_build/app/
Dreport.go29 Path string `json:"path"` // Path to find host tools member
Drepo.go33 Path string `xml:"path,attr"` member
/tools/treble/build/treble_build/report/
Ddependencies.go27 Path(ctx context.Context, target string, dependency string) (*app.BuildPath, error) methodSpec
Dreport_test.go77 func (r *reportTest) Path(ctx context.Context, target string, dependency string) (*app.BuildPath, e… func