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

12

  /development/testrunner/
runtest.py 375 remote_path = m.group(1)
376 remote_dir = os.path.dirname(remote_path)
380 logger.Log("adb push %s %s" % (abs_install_path, remote_path))
381 self._adb.Push(abs_install_path, remote_path)
  /external/autotest/client/cros/chameleon/
audio_widget.py 372 @returns: A tuple (remote_path, data_format) for recorded data.
379 def get_recorded_binary(self, remote_path, record_format):
384 @param remote_path: The path to the recorded file on Chameleon.
397 self._chameleon_board.host.get_file(remote_path, f.name)
708 A tuple (remote_path, format).
709 remote_path: The path to the recorded file on Cros device.
721 def get_recorded_binary(self, remote_path, record_format):
726 @param remote_path: The path to the recorded file on Cros device.
744 self._audio_facade.get_recorded_file(remote_path, f.name)
chameleon.py 870 A tuple (remote_path, format).
871 remote_path: The captured file path on Chameleon.
879 remote_path, data_format = self.chameleond_proxy.StopCapturingAudio(
881 return remote_path, data_format
  /external/autotest/server/site_tests/audiovideo_AVSync/
audiovideo_AVSync.py 202 remote_path, _ = audio_port.stop_capturing_audio()
207 chameleon_board.host.get_file(remote_path, local_path)
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
connection.py 388 def send_file(self, local_path, remote_path):
393 remote_path: string path to copy file to on remote host.
397 job.run('scp %s %s:%s' % (local_path, user_host, remote_path))
  /external/autotest/server/
site_linux_system.py 333 remote_path = os.path.join('/tmp', os.path.basename(filename))
335 remote_path = None
338 remote_file=remote_path)
server_job.py     [all...]
  /external/autotest/server/cros/faft/
firmware_test.py     [all...]
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper.py 372 remote_path = ('battor-serial-log-%s-%d.txt' % (
378 self._serial_log_bucket, remote_path, self._serial_log_file.name)
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py     [all...]
  /system/core/adb/
file_sync_client.cpp 57 static void ensure_trailing_separators(std::string& local_path, std::string& remote_path) {
61 if (remote_path.back() != '/') {
62 remote_path.push_back('/');
83 const std::string& remote_path,
86 : lpath(local_path), rpath(remote_path), mode(mode) {
    [all...]
  /external/autotest/server/hosts/
cros_label.py 513 def __read_file(remote_path):
514 return host.run('cat %s' % remote_path).stdout
cros_host.py     [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])
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config_unittest.py 177 remote_path = dependency_manager.BaseConfig._CloudStorageRemotePath(
179 self.assertEqual(expected_remote_path, remote_path)
183 remote_path = dependency_manager.BaseConfig._CloudStorageRemotePath(
    [all...]

Completed in 486 milliseconds

12