Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py255 def Exists(bucket, remote_path): argument
263 def Move(bucket1, bucket2, remote_path): argument
288 def Delete(bucket, remote_path): argument
294 def Get(bucket, remote_path, local_path): argument
397 def _GetLocked(bucket, remote_path, local_path): argument
418 def Insert(bucket, remote_path, local_path, publicly_readable=False): argument
436 def __init__(self, bucket, remote_path): argument
452 def Upload(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/common_lib/
Dfile_utils.py123 def download_file(remote_path, local_path): argument
/external/autotest/client/cros/chameleon/
Daudio_widget_arc.py56 def get_recorded_binary(self, remote_path, record_format): argument
Daudio_widget.py445 def get_recorded_binary(self, remote_path, record_format): argument
750 def get_recorded_binary(self, remote_path, record_format): argument
/external/autotest/server/cros/cfm/
Dcfm_base_test.py166 def _safe_copy_file(self, remote_path, local_path): argument
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py157 def get_recorded_file(self, remote_path, local_path): argument
/external/autotest/server/
Dserver_job.py1287 def add_client_log(self, hostname, remote_path, local_path): argument
1300 def remove_client_log(self, hostname, remote_path, local_path): argument
/external/openssh/
Dsftp-client.c1197 do_download(struct sftp_conn *conn, const char *remote_path, in do_download()
1610 const char *remote_path, int preserve_flag, int resume, int fsync_flag) in do_upload()
Dsftp.c1967 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match()
2160 char *remote_path; in interactive_loop() local
/external/autotest/server/hosts/
Dcros_host.py2690 def __read_file(remote_path): argument
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp382 std::string remote_path = remote_file.GetPath(); in DoExecute() local