Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py201 def Exists(bucket, remote_path): argument
209 def Move(bucket1, bucket2, remote_path): argument
234 def Delete(bucket, remote_path): argument
240 def Get(bucket, remote_path, local_path): argument
343 def _GetLocked(bucket, remote_path, local_path): argument
364 def Insert(bucket, remote_path, local_path, publicly_readable=False): argument
Dcloud_storage_unittest.py54 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/cros/chameleon/
Daudio_widget_arc.py50 def get_recorded_binary(self, remote_path, record_format): argument
Daudio_widget.py405 def get_recorded_binary(self, remote_path, record_format): argument
747 def get_recorded_binary(self, remote_path, record_format): argument
/external/autotest/client/common_lib/
Dfile_utils.py122 def download_file(remote_path, local_path): argument
/external/autotest/server/cros/cfm/
Dcfm_base_test.py160 def _safe_copy_file(self, remote_path, local_path): argument
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py146 def get_recorded_file(self, remote_path, local_path): argument
/external/autotest/client/site_tests/video_HangoutHardwarePerf/
Dvideo_HangoutHardwarePerf.py161 def _download_single_file(self, remote_path): argument
/external/autotest/server/
Dserver_job.py1181 def add_client_log(self, hostname, remote_path, local_path): argument
1194 def remove_client_log(self, hostname, remote_path, local_path): argument
/external/autotest/server/hosts/
Dcros_label.py490 def __read_file(remote_path): argument
Dcros_host.py1886 def __read_file(remote_path): argument
/external/openssh/
Dsftp-client.c1152 do_download(struct sftp_conn *conn, const char *remote_path, in do_download()
1560 const char *remote_path, int preserve_flag, int resume, int fsync_flag) in do_upload()
Dsftp.c1846 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match()
2039 char *remote_path; in interactive_loop() local