Searched refs:run_adb_sync_command (Results 1 – 2 of 2) sorted by relevance
| /external/cronet/tot/third_party/libc++/src/utils/ |
| D | adb_run.py | 31 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/ |
| D | adb_run.py | 31 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,
|