Home
last modified time | relevance | path

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

/tools/external_updater/
Dgit_utils.py25 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 …]
Dfileutils.py33 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:
Dexternal_updater.py71 def build_updater(proj_path: Path) -> Tuple[Updater, metadata_pb2.MetaData]:
125 proj_path: Path,
Dhashtags.py18 def find_hashtag(proj_path: Path) -> str:
Dbase_updater.py25 def __init__(self, proj_path: Path, old_url: metadata_pb2.URL,
/tools/treble/hacksaw/mount/
Dsystem.go60 Path string member