/tools/external_updater/ |
D | git_utils.py | 19 from pathlib import Path 25 def _run(cmd: List[str], cwd: Path) -> str: argument 30 def fetch(proj_path: Path, remote_names: List[str]) -> None: argument 40 def add_remote(proj_path: Path, name: str, url: str) -> None: argument 51 def remove_remote(proj_path: Path, name: str) -> None: argument 56 def list_remotes(proj_path: Path) -> Dict[str, str]: argument 74 def get_sha_for_branch(proj_path: Path, branch: str): argument 79 def get_commits_ahead(proj_path: Path, branch: str, argument 90 def get_commit_time(proj_path: Path, commit: str) -> datetime.datetime: argument 96 def list_remote_branches(proj_path: Path, remote_name: str) -> List[str]: argument [all …]
|
D | fileutils.py | 18 from pathlib import Path 27 ANDROID_TOP = Path(os.environ.get('ANDROID_BUILD_TOP', os.getcwd())) 33 def get_absolute_project_path(proj_path: Path) -> Path: argument 41 def get_metadata_path(proj_path: Path) -> Path: argument 46 def get_relative_project_path(proj_path: Path) -> Path: argument 51 def read_metadata(proj_path: Path) -> metadata_pb2.MetaData: argument 70 def write_metadata(proj_path: Path, metadata: metadata_pb2.MetaData, keep_date: bool) -> None: argument
|
D | external_updater.py | 31 from pathlib import Path 71 def build_updater(proj_path: Path) -> Tuple[Updater, metadata_pb2.MetaData]: argument 125 proj_path: Path, argument 170 updater = check_and_update(args, Path(path)) 176 relative_path = fileutils.get_relative_project_path(Path(path)) 197 with Path(args.json_output).open('w') as res_file:
|
D | base_updater.py | 16 from pathlib import Path 25 def __init__(self, proj_path: Path, old_url: metadata_pb2.URL, argument 53 def project_path(self) -> Path:
|
D | hashtags.py | 16 from pathlib import Path 18 def find_hashtag(proj_path: Path) -> str: argument
|
/tools/treble/hacksaw/mount/ |
D | system.go | 53 mountList = append(mountList, mount.Path) 60 Path string member 73 Path: fields[1],
|
/tools/platform-compat/java/android/compat/testing/app/ |
D | SharedLibraryInfoDeviceTest.java | 40 import java.nio.file.Path; 88 Path detailsFilepath = new File("/sdcard/shared-libs.txt").toPath(); in collectSharedLibraryPaths()
|
/tools/test/connectivity/acts_tests/tests/google/tel/config/ |
D | README.md | 6 …- **sim_conf_file** - Path to a SIM card config file, which is needed in the event that the MSISDN…
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 31 from pathlib import Path 294 Path(not_upload_file).touch()
|
/tools/acloud/internal/proto/ |
D | internal_config.proto | 85 // Path of a file where Oauth2 credential data will be cached.
|
/tools/test/openhst/ |
D | stress_test.proto | 108 // Path to raw audio file to play during this test step.
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 1330 It is strongly recommended that IPv6 nodes implement Path MTU 1335 of Path MTU Discovery. 1562 default value or a value learned through Path MTU Discovery) minus 40 1970 [RFC-1981] McCann, J., Mogul, J. and S. Deering, "Path MTU 2044 01) Replaced reference to the IPv4 Path MTU Discovery spec (RFC- 2045 1191) with reference to the IPv6 Path MTU Discovery spec (RFC- 2047 Path MTU Discovery, since those details are now covered by RFC-
|