HomeSort by relevance Sort by last modified time
    Searched refs:local_path (Results 26 - 48 of 48) sorted by null

12

  /development/scripts/
gdbclient.py 94 local_path = os.path.join(sysroot, "system", "bin", "linker")
97 local_path += "64"
99 if not os.path.exists(local_path):
100 device.pull(remote_path, local_path)
  /external/autotest/server/site_tests/provision_Cr50Update/
provision_Cr50Update.py 63 self.local_path, self.image_ver = image_info
252 cr50_utils.InstallImage(self.host, self.local_path,
254 cr50_utils.InstallImage(self.host, self.local_path,
268 self.cr50_update(self.local_path, rollback=need_rollback,
  /external/v8/
PRESUBMIT.py 163 local_path = f.LocalPath()
167 '%s:%d\n %s' % (local_path, line_number, line.strip()))
204 local_path = f.LocalPath()
210 '%s:%d\n %s' % (local_path, line_number, line.strip()))
  /art/tools/
generate_operator_out.py 170 local_path = sys.argv[1]
180 header_file = header_file.replace(local_path + '/', '')
  /external/autotest/server/cros/multimedia/
audio_facade_adapter.py 116 def get_recorded_file(self, remote_path, local_path):
120 @param local_path: The local path for copy destination.
123 self._client.get_file(remote_path, local_path)
  /external/autotest/client/site_tests/video_MediaRecorderPerf/
video_MediaRecorderPerf.py 175 local_path = os.path.join(self.bindir, video_file)
176 file_utils.download_file(url, local_path)
177 fake_file_arg = (FAKE_FILE_ARG % local_path)
  /external/jsoncpp/devtools/
antglob.py 189 def local_path( paths ): function in function:glob.AntPatternToRETest.test_matching
191 test_cases.append( (ant_pattern, local_path(accepted_matches), local_path( rejected_matches )) )
  /development/python-packages/gdbrunner/
__init__.py 233 local_path = os.path.join(tempfile.gettempdir(), file_name)
244 device.pull(remote_temp_path, local_path)
245 yield (local_path, False)
  /external/autotest/server/
crashcollect.py 328 for hostname, remote_path, local_path in logs:
331 hostname, remote_path, local_path)
332 collect_log_file(host, remote_path + '/', local_path + '/')
server_job.py     [all...]
  /external/autotest/server/site_tests/audiovideo_AVSync/
audiovideo_AVSync.py 206 local_path = os.path.join(self.resultsdir, 'recorded.raw')
207 chameleon_board.host.get_file(remote_path, local_path)
209 audio_data = open(local_path).read()
  /external/autotest/utils/
external_packages.py 526 local_path = os.path.join(dest_dir, self.local_filename)
529 if os.path.exists(local_path):
530 actual_hex_sum = _checksum_file(local_path)
534 self.verified_package = local_path
538 os.rename(local_path, local_path + '.wrong-checksum')
559 output = open(local_path, 'wb')
575 os.unlink(local_path)
578 self.verified_package = local_path
    [all...]
  /frameworks/native/cmds/installd/
utils.cpp 1011 std::string local_path = current_path + "\/" + name; local
    [all...]
  /external/skia/tools/skp/
webpages_playback.py 439 def download_file(self, name, local_path):
468 def download_file(self, name, local_path):
470 'gsutil', 'cp', '/'.join((self._url, name)), local_path])
488 def download_file(self, name, local_path):
489 shutil.copyfile(os.path.join(self._base_dir, name), local_path)
  /external/skqp/tools/skp/
webpages_playback.py 439 def download_file(self, name, local_path):
468 def download_file(self, name, local_path):
470 'gsutil', 'cp', '/'.join((self._url, name)), local_path])
488 def download_file(self, name, local_path):
489 shutil.copyfile(os.path.join(self._base_dir, name), local_path)
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage_unittest.py 54 def _FakeGet(self, bucket, remote_path, local_path):
96 local_path = 'test-local-path.html'
98 remote_path, local_path)
  /system/extras/simpleperf/scripts/inferno/
inferno.py 143 def get_local_asset_content(local_path):
146 :param local_path: str, filename of local asset
147 :return: str, the content of local_path
149 with open(os.path.join(os.path.dirname(__file__), local_path), 'r') as f:
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
connection.py 388 def send_file(self, local_path, remote_path):
392 local_path: string path of file to send on local host.
397 job.run('scp %s %s:%s' % (local_path, user_host, remote_path))
  /external/autotest/client/common_lib/
packages.py 226 local_path = os.path.join(self.url, filename)
228 self.run_command('cp %s %s' % (local_path, dest_path))
230 local_path)
607 local_path = os.path.join(dir_path, "*")
612 utils.run('scp %s %s:%s' % (local_path, hostline,
620 utils.run("cp %s %s " % (local_path, upload_path))
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 38 input_path = local_path( 'input.txt' )
  /system/core/adb/
file_sync_client.cpp 57 static void ensure_trailing_separators(std::string& local_path, std::string& remote_path) {
58 if (!adb_is_separator(local_path.back())) {
59 local_path.push_back(OS_PATH_SEPARATOR);
82 copyinfo(const std::string& local_path,
86 : lpath(local_path), rpath(remote_path), mode(mode) {
    [all...]
test_device.py 709 def _verify_local(self, checksum, local_path):
710 with open(local_path, 'rb') as host_file:
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 297 # adb pull <remote_path> <local_path>
298 def pull(self, remote_path, local_path):
299 self._call_adb(*["pull", remote_path, local_path])

Completed in 925 milliseconds

12