Home
last modified time | relevance | path

Searched refs:remote_path (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Duploader_unittest.py18 self.remote_path = 'config_folder/remote_path'
22 None, self.remote_path, self.local_path)
26 self.bucket, self.remote_path, None)
31 self.bucket, self.remote_path, self.local_path)
35 self.bucket, self.remote_path, self.local_path)
37 expected_remote_path = self.remote_path
47 self.bucket, self.remote_path, self.local_path)
49 self.bucket, self.remote_path, self.local_path)
68 self.bucket, self.remote_path, self.local_path)
72 new_bucket, self.remote_path, self.local_path)
[all …]
Duploader.py17 def __init__(self, bucket, remote_path, local_path, cs_backup_path=None): argument
18 if not bucket or not remote_path or not local_path:
21 'remote_path %s, and local_path %s', bucket, remote_path, local_path)
27 self._cs_remote_path = remote_path
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py195 def Exists(bucket, remote_path): argument
197 _RunCommand(['ls', 'gs://%s/%s' % (bucket, remote_path)])
203 def Move(bucket1, bucket2, remote_path): argument
204 url1 = 'gs://%s/%s' % (bucket1, remote_path)
205 url2 = 'gs://%s/%s' % (bucket2, remote_path)
228 def Delete(bucket, remote_path): argument
229 url = 'gs://%s/%s' % (bucket, remote_path)
234 def Get(bucket, remote_path, local_path): argument
236 _GetLocked(bucket, remote_path, local_path)
337 def _GetLocked(bucket, remote_path, local_path): argument
[all …]
Dcloud_storage_unittest.py54 def _FakeGet(self, bucket, remote_path, local_path): argument
92 remote_path = 'test-remote-path.html'
95 remote_path, local_path)
/external/toolchain-utils/
Drepo_to_repo.py29 remote_path, local_path = mapping.split()
30 if local_path.endswith('/') and not remote_path.endswith('/'):
31 local_path = os.path.join(local_path, os.path.basename(remote_path))
32 remote_path = remote_path.lstrip('/').split('/', 1)[1]
33 canonical_mappings.append(perforce.PathMapping(remote_path, local_path))
40 remote_path = parts[0]
45 return remote_path, local_path
174 remote_path, local_path = SplitMapping(mapping)
175 command = 'svn co %s/%s %s' % (self.address, remote_path, local_path)
182 remote_path, local_path = SplitMapping(mapping)
[all …]
/external/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py109 remote_path = '/data/data/%s/cache/%s' % (package, os.path.basename(skp_file))
111 adb_shell('rm %s' % remote_path)
113 if remote_file_exists(remote_path):
116 adb_shell('setprop debug.hwui.capture_frame_as_skp %s' % remote_path)
122 while not remote_file_exists(remote_path):
128 cmd = ['adb', 'pull', remote_path, skp_file]
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py116 def get_recorded_file(self, remote_path, local_path): argument
123 self._client.get_file(remote_path, local_path)
189 _, remote_path = tempfile.mkstemp(
191 self._audio_proxy.dump_diagnostics(remote_path)
192 self._client.get_file(remote_path, file_path)
Ddisplay_facade_adapter.py227 remote_path = os.path.join('/tmp', basename)
228 screenshot_func(remote_path)
229 self._client.get_file(remote_path, f.name)
/external/autotest/client/common_lib/
Dpackages.py60 hostline, remote_path = parse_ssh_path(repo)
62 cd_str = 'cd %s && ' % remote_path
79 remote_path = repo
81 _, remote_path = parse_ssh_path(repo)
82 repo_run_command(repo, 'mkdir -p %s' % remote_path, cd=False)
574 hostline, remote_path = parse_ssh_path(upload_path)
577 remote_path))
578 r_path = os.path.join(remote_path,
605 hostline, remote_path = parse_ssh_path(upload_path)
608 remote_path))
[all …]
Dfile_utils.py122 def download_file(remote_path, local_path): argument
150 remote_file = urllib2.urlopen(remote_path)
160 % (remote_path, e.code, e.reason, e.headers, e.msg))
166 % (remote_path, e.reason, e.message))
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dexpect_scp9 set remote_path [lindex $argv 0]
11 "$local_path" "$remote_path"
/external/skia/experimental/tools/
Dandroid_skp_capture.sh27 remote_path="/data/data/${package}/cache/${filename}"
30 adb shell "setprop '${key}' '${remote_path}'"
/external/v8/gypfiles/
Ddownload_gold_plugin.py65 remote_path = '%s/%s' % (CLANG_BUCKET, targz_name)
74 'cp', remote_path, targz_name],
/external/autotest/client/cros/chameleon/
Daudio_widget_arc.py50 def get_recorded_binary(self, remote_path, record_format): argument
82 self._audio_facade.get_recorded_file(remote_path, f.name)
Daudio_widget.py379 def get_recorded_binary(self, remote_path, record_format): argument
397 self._chameleon_board.host.get_file(remote_path, f.name)
721 def get_recorded_binary(self, remote_path, record_format): argument
744 self._audio_facade.get_recorded_file(remote_path, f.name)
/external/autotest/server/
Dcrashcollect.py272 for hostname, remote_path, local_path in logs:
275 hostname, remote_path, local_path)
276 collect_log_file(host, remote_path + '/', local_path + '/')
Dsite_linux_system.py333 remote_path = os.path.join('/tmp', os.path.basename(filename))
335 remote_path = None
338 remote_file=remote_path)
/external/autotest/client/site_tests/video_HangoutHardwarePerf/
Dvideo_HangoutHardwarePerf.py161 def _download_single_file(self, remote_path): argument
162 url = DOWNLOAD_BASE + remote_path
175 filename = os.path.basename(remote_path)
/external/openssh/
Dsftp-client.c1152 do_download(struct sftp_conn *conn, const char *remote_path, in do_download() argument
1178 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL) in do_download()
1189 error("Cannot download non-regular file: %s", remote_path); in do_download()
1208 (r = sshbuf_put_cstring(msg, remote_path)) != 0 || in do_download()
1213 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path); in do_download()
1216 "remote open(\"%s\")", remote_path); in do_download()
1260 start_progress_meter(remote_path, size, &progress_counter); in do_download()
1402 remote_path, fx2txt(status)); in do_download()
1560 const char *remote_path, int preserve_flag, int resume, int fsync_flag) in do_upload() argument
1611 if ((c = do_stat(conn, remote_path, 0)) == NULL) { in do_upload()
[all …]
Dsftp.c1846 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match() argument
1866 tmp = make_absolute(tmp, remote_path); in complete_match()
1898 tmp = path_strip(tmp2, isabs ? NULL : remote_path); in complete_match()
2039 char *remote_path; in interactive_loop() local
2068 complete_ctx.remote_pathp = &remote_path; in interactive_loop()
2081 remote_path = do_realpath(conn, "."); in interactive_loop()
2082 if (remote_path == NULL) in interactive_loop()
2087 dir = make_absolute(dir, remote_path); in interactive_loop()
2094 &remote_path, 1) != 0) { in interactive_loop()
2096 free(remote_path); in interactive_loop()
[all …]
/external/toolchain-utils/automation/clients/helper/
Dperforce.py37 for remote_path, local_path in tuple_list:
38 mappings.append(cls(remote_path, local_path))
/external/autotest/server/site_tests/audiovideo_AVSync/
Daudiovideo_AVSync.py201 remote_path, _ = audio_port.stop_capturing_audio()
206 chameleon_board.host.get_file(remote_path, local_path)
/external/autotest/server/cros/faft/
Dfirmware_test.py1311 remote_path = os.path.join(remote_temp_dir, 'kernel_%s' % p)
1312 self.faft_client.kernel.dump(p, remote_path)
1314 remote_path,
1345 remote_path = os.path.join(remote_temp_dir, 'kernel_%s' % p)
1348 remote_path)
1349 self.faft_client.kernel.write(p, remote_path)
/external/chromium-trace/catapult/common/battor/battor/
Dbattor_wrapper.py356 remote_path = ('battor-serial-log-%s-%d.txt' % (
362 self._serial_log_bucket, remote_path, self._serial_log_file.name)
/external/autotest/server/hosts/
Dcros_label.py440 def __read_file(remote_path): argument
441 return host.run('cat %s' % remote_path).stdout

12