Home
last modified time | relevance | path

Searched refs:run_adb_sync_command (Results 1 – 2 of 2) sorted by relevance

/external/cronet/tot/third_party/libc++/src/utils/
Dadb_run.py31 def run_adb_sync_command(command: List[str]) -> None: function
64 run_adb_sync_command(["adb", "push", "--sync", local_file,
69 run_adb_sync_command(["adb", "shell", "mkdir", "-p", remote_dir])
70 run_adb_sync_command(["adb", "push", "--sync", local_dir,
/external/cronet/stable/third_party/libc++/src/utils/
Dadb_run.py31 def run_adb_sync_command(command: List[str]) -> None: function
64 run_adb_sync_command(["adb", "push", "--sync", local_file,
69 run_adb_sync_command(["adb", "shell", "mkdir", "-p", remote_dir])
70 run_adb_sync_command(["adb", "push", "--sync", local_dir,