HomeSort by relevance Sort by last modified time
    Searched refs:local_path (Results 1 - 25 of 40) sorted by null

1 2

  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
expect_scp 8 set local_path [lindex $argv 1]
11 "$local_path" "$remote_path"
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
uploader_unittest.py 16 self.local_path = os.path.abspath(os.path.join('path', 'to', 'dependency'))
17 self.fs.CreateFile(self.local_path)
22 None, self.remote_path, self.local_path)
24 self.bucket, None, self.local_path)
29 self.fs.RemoveObject(self.local_path)
31 self.bucket, self.remote_path, self.local_path)
35 self.bucket, self.remote_path, self.local_path)
39 expected_local_path = self.local_path
47 self.bucket, self.remote_path, self.local_path)
49 self.bucket, self.remote_path, self.local_path)
    [all...]
uploader.py 17 def __init__(self, bucket, remote_path, local_path, cs_backup_path=None):
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)
22 if not os.path.exists(local_path):
24 'local path %s', local_path)
28 self._local_path = local_path
manager.py 155 local_path = dependency_info.GetLocalPath()
156 if not local_path or not os.path.exists(local_path):
158 return local_path
176 local_path = dependency_info.GetLocalPath()
177 if local_path:
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
extension_to_load.py 54 def local_path(self): member in class:ExtensionToLoad
59 @local_path.setter
60 def local_path(self, local_path): member in class:ExtensionToLoad
61 self._local_path = local_path
  /external/autotest/client/site_tests/video_PlaybackPerf/
video_PlaybackPerf.py 64 def start_playback(self, cr, local_path):
69 @param local_path: path to the local video file to play.
74 tab.Navigate(cr.browser.platform.http_server.UrlOf(local_path))
93 local_path = os.path.join(self.bindir, video_name)
94 file_utils.download_file(url, local_path)
98 keyvals = self.test_dropped_frames(local_path)
113 keyvals = self.test_cpu_usage(local_path)
117 keyvals = self.test_power(local_path)
121 def test_dropped_frames(self, local_path):
125 @param local_path: the path to the video file
    [all...]
  /system/update_engine/
hardware_android.cc 162 base::FilePath local_path(constants::kNonVolatileDirectory);
163 if (!base::PathExists(local_path)) {
164 LOG(ERROR) << "Non-volatile directory not found: " << local_path.value();
167 *path = local_path;
  /external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
video_ChromeRTCHWDecodeUsed.py 44 local_path = os.path.join(self.bindir, video_name)
45 file_utils.download_file(url, local_path)
48 EXTRA_BROWSER_ARGS.append(FAKE_FILE_ARG % local_path)
  /external/chromium-trace/catapult/telemetry/telemetry/util/
screenshot_unittest.py 45 local_path = '123456abcdefg.png'
49 return_value=local_path):
54 local_path,
  /external/autotest/client/site_tests/audio_PlaybackPower/
audio_PlaybackPower.py 81 local_path = os.path.join(self.bindir, '%s' % test_file)
82 file_utils.download_file(_DOWNLOAD_BASE + test_file, local_path)
84 local_path, checksum)
85 with open(local_path, 'r') as r:
91 url = cr.browser.platform.http_server.UrlOf(local_path)
  /external/autotest/client/site_tests/video_WebRtcPerf/
video_WebRtcPerf.py 137 local_path = os.path.join(self.bindir, VIDEO_NAME)
138 file_utils.download_file(url, local_path)
141 keyvals = self.test_decode_time(local_path)
155 keyvals = self.test_cpu_usage(local_path)
159 keyvals = self.test_power(local_path)
163 def test_webrtc(self, local_path, gather_result):
167 @param local_path: the path to the video file.
175 EXTRA_BROWSER_ARGS.append(FAKE_FILE_ARG % local_path)
212 def test_cpu_usage(self, local_path):
216 @param local_path: the path to the video file
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py 223 def Get(bucket, remote_path, local_path):
224 with _FileLock(local_path):
225 _GetLocked(bucket, remote_path, local_path)
268 def _GetLocked(bucket, remote_path, local_path):
270 logging.info('Downloading %s to %s', url, local_path)
271 _CreateDirectoryIfNecessary(os.path.dirname(local_path))
273 dir=os.path.dirname(local_path),
283 shutil.move(partial_download_path.name, local_path)
289 def Insert(bucket, remote_path, local_path, publicly_readable=False):
290 """ Upload file in |local_path| to cloud storage
    [all...]
  /external/skia/infra/bots/flavor/
chromeos_flavor.py 26 local_path = self._bot_info.out_dir.join(
30 self.copy_file_to_device(local_path, remote_path)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 25 def local_path( *parts ) method in class:ANTLR3.Test.Location
30 local_path( name )
110 path = local_path( name.to_s )
162 def local_path( *args ) method in class:ANTLR3.Test.Functional
163 self.class.local_path( *args )
  /prebuilts/ndk/
gen-blueprints.py 20 def local_path(path): function
41 for sdk in os.listdir(local_path('current/platforms')):
54 arch_path = local_path(
71 prebuilts_path = local_path('current/platforms')
127 with open(local_path('Android.bp'), 'w') as f:
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
system_stub.py 205 def Insert(self, bucket, remote_path, local_path):
207 if not local_path in self.GetLocalDataFiles():
211 CloudStorageModuleStub.CalculateHash(self, local_path))
214 def GetHelper(self, bucket, remote_path, local_path, only_if_changed):
221 local_hash = self.local_file_hashes[local_path]
225 self.local_file_hashes[local_path] = remote_hash
226 self.local_hash_files[local_path + '.sha1'] = remote_hash
229 def Get(self, bucket, remote_path, local_path):
231 local_path, False)
233 def GetIfChanged(self, local_path, bucket=None)
    [all...]
  /external/autotest/client/common_lib/
file_utils.py 120 def download_file(remote_path, local_path):
125 @param local_path: path, complete path to save downloaded file.
167 with open(local_path, 'wb') as local_file:
  /external/autotest/server/cros/multimedia/
audio_facade_adapter.py 100 def get_recorded_file(self, remote_path, local_path):
104 @param local_path: The local path for copy destination.
107 self._client.get_file(remote_path, local_path)
  /development/scripts/
gdbclient.py 100 local_path = os.path.join(sysroot, "system", "bin", "linker")
103 local_path += "64"
105 if not os.path.exists(local_path):
106 device.pull(remote_path, local_path)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
browser_backend_unittest.py 43 bucket='ABC', remote_path='def', local_path=temp_file_name)
  /external/v8/
PRESUBMIT.py 164 local_path = f.LocalPath()
168 '%s:%d\n %s' % (local_path, line_number, line.strip()))
205 local_path = f.LocalPath()
211 '%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 + '/', '')
  /development/python-packages/gdbrunner/
__init__.py 227 local_path = os.path.join(tempfile.gettempdir(), file_name)
235 device.pull(remote_temp_path, local_path)
236 yield (local_path, False)
  /external/autotest/server/
crashcollect.py 173 for hostname, remote_path, local_path in logs:
176 hostname, remote_path, local_path)
177 host.get_file(remote_path + "/", 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 )) )

Completed in 595 milliseconds

1 2