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

  /development/testrunner/
runtest.py 334 remote_path = m.group(1)
335 remote_dir = os.path.dirname(remote_path)
339 logger.Log("adb push %s %s" % (abs_install_path, remote_path))
340 self._adb.Push(abs_install_path, remote_path)
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 115 def Insert(self, bucket, remote_path, local_path):
  /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/lldb/source/Commands/
CommandObjectTarget.cpp 268 std::string remote_path = remote_file.GetPath(); local
269 target_sp->SetArg0(remote_path.c_str());
    [all...]

Completed in 88 milliseconds