Searched defs:Path (Results 1 – 10 of 10) sorted by relevance
/tools/external_updater/ |
D | git_utils.py | 25 def _run(cmd: List[str], cwd: Path) -> str: 30 def fetch(proj_path: Path, remote_names: List[str]) -> None: 40 def add_remote(proj_path: Path, name: str, url: str) -> None: 51 def remove_remote(proj_path: Path, name: str) -> None: 56 def list_remotes(proj_path: Path) -> Dict[str, str]: 74 def get_sha_for_branch(proj_path: Path, branch: str): 79 def get_commits_ahead(proj_path: Path, branch: str, 90 def get_commit_time(proj_path: Path, commit: str) -> datetime.datetime: 96 def list_remote_branches(proj_path: Path, remote_name: str) -> List[str]: 107 def list_remote_tags(proj_path: Path, remote_name: str) -> List[str]: [all …]
|
D | fileutils.py | 33 def get_absolute_project_path(proj_path: Path) -> Path: 41 def get_metadata_path(proj_path: Path) -> Path: 46 def get_relative_project_path(proj_path: Path) -> Path: 51 def read_metadata(proj_path: Path) -> metadata_pb2.MetaData: 70 def write_metadata(proj_path: Path, metadata: metadata_pb2.MetaData, keep_date: bool) -> None:
|
D | hashtags.py | 18 def find_hashtag(proj_path: Path) -> str:
|
D | external_updater.py | 72 def build_updater(proj_path: Path) -> Tuple[Updater, metadata_pb2.MetaData]: 133 proj_path: Path,
|
D | updater_utils.py | 28 def create_updater(metadata: metadata_pb2.MetaData, proj_path: Path,
|
D | base_updater.py | 25 def __init__(self, proj_path: Path, old_url: metadata_pb2.URL,
|
D | crates_updater.py | 143 full_path: Path) -> None:
|
/tools/asuite/atest/ |
D | bazel_mode.py | 129 def __init__(self, src_root_path: Path, workspace_out_path: Path, 130 product_out_path: Path, host_out_path: Path, 131 build_out_dir: Path, mod_info: module_info.ModuleInfo, 417 def generate(self, workspace_out_path: Path): 424 def _create_filesystem_layout(self, package_dir: Path): 428 def _write_build_file(self, package_dir: Path): 508 def create_filesystem_layout(self, package_dir: Path): 624 config_files: Dict[Config, List[Path]], 680 def create_filesystem_layout(self, package_dir: Path): 734 configs: List[Config], paths: List[Path]) -> Dict[Config, List[Path]]: [all …]
|
/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
|