Home
last modified time | relevance | path

Searched defs:remote_path (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/catapult_base/catapult_base/
Dcloud_storage.py171 def Exists(bucket, remote_path): argument
179 def Move(bucket1, bucket2, remote_path): argument
204 def Delete(bucket, remote_path): argument
210 def Get(bucket, remote_path, local_path): argument
246 def _GetLocked(bucket, remote_path, local_path): argument
267 def Insert(bucket, remote_path, local_path, publicly_readable=False): argument
Dcloud_storage_unittest.py49 def _FakeGet(self, bucket, remote_path, local_path): argument
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Duploader.py17 def __init__(self, bucket, remote_path, local_path, cs_backup_path=None): argument
/external/autotest/client/common_lib/
Dfile_utils.py120 def download_file(remote_path, local_path): argument
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsystem_stub.py181 def ChangeRemoteHashForTesting(self, bucket, remote_path, new_hash): argument
192 def Exists(self, bucket, remote_path): argument
196 def Insert(self, bucket, remote_path, local_path): argument
205 def GetHelper(self, bucket, remote_path, local_path, only_if_changed): argument
220 def Get(self, bucket, remote_path, local_path): argument
/external/autotest/client/virt/
Dvirt_test_utils.py447 def copy_if_hash_differs(vm, local_path, remote_path): argument
480 def extract(vm, remote_path, dest_dir): argument
Dvirt_utils.py859 def scp_to_remote(host, port, username, password, local_path, remote_path, argument
883 def scp_from_remote(host, port, username, password, remote_path, local_path, argument
932 remote_path, log_filename=None, verbose=False, timeout=600): argument
960 def copy_files_from(address, client, username, password, port, remote_path, argument
/external/skia/infra/bots/flavor/
Dssh_flavor.py81 def _make_scp_cmd(self, remote_path, recurse=True): argument
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py100 def get_recorded_file(self, remote_path, local_path): argument
/external/autotest/client/cros/chameleon/
Daudio_widget.py375 def get_recorded_binary(self, remote_path, record_format): argument
700 def get_recorded_binary(self, remote_path, record_format): argument
/external/autotest/client/site_tests/video_HangoutHardwarePerf/
Dvideo_HangoutHardwarePerf.py160 def _download_single_file(self, remote_path): argument
/external/autotest/server/
Dserver_job.py1021 def add_client_log(self, hostname, remote_path, local_path): argument
1034 def remove_client_log(self, hostname, remote_path, local_path): argument
/external/autotest/server/hosts/
Dcros_host.py2749 def __read_file(remote_path): argument