/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | cloud_storage.py | 201 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
|
D | cloud_storage_unittest.py | 54 def _FakeGet(self, bucket, remote_path, local_path): argument
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | uploader.py | 17 def __init__(self, bucket, remote_path, local_path, cs_backup_path=None): argument
|
/external/autotest/client/cros/chameleon/ |
D | audio_widget_arc.py | 50 def get_recorded_binary(self, remote_path, record_format): argument
|
D | audio_widget.py | 405 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/ |
D | file_utils.py | 122 def download_file(remote_path, local_path): argument
|
/external/autotest/server/cros/cfm/ |
D | cfm_base_test.py | 160 def _safe_copy_file(self, remote_path, local_path): argument
|
/external/autotest/server/cros/multimedia/ |
D | audio_facade_adapter.py | 146 def get_recorded_file(self, remote_path, local_path): argument
|
/external/autotest/client/site_tests/video_HangoutHardwarePerf/ |
D | video_HangoutHardwarePerf.py | 161 def _download_single_file(self, remote_path): argument
|
/external/autotest/server/ |
D | server_job.py | 1181 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/ |
D | cros_label.py | 490 def __read_file(remote_path): argument
|
D | cros_host.py | 1886 def __read_file(remote_path): argument
|
/external/openssh/ |
D | sftp-client.c | 1152 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()
|
D | sftp.c | 1846 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match() 2039 char *remote_path; in interactive_loop() local
|