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

  /external/chromium-trace/catapult/devil/devil/android/
device_utils_devicetest.py 88 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
89 self.adb.Push(host_file_path, device_file_path)
90 self.device.PushChangedFiles([(host_file_path, device_file_path)])
92 ['cat', device_file_path], check_return=True, single_line=True)
100 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
101 self.adb.Push(host_file_path, device_file_path)
105 self.device.PushChangedFiles([(host_file_path, device_file_path)])
107 ['cat', device_file_path], check_return=True, single_line=True)
118 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
119 self.adb.Push(host_file_path, device_file_path)
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils_devicetest.py 87 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
88 self.adb.Push(host_file_path, device_file_path)
89 self.device.PushChangedFiles([(host_file_path, device_file_path)])
90 result = self.device.RunShellCommand(['cat', device_file_path],
99 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
100 self.adb.Push(host_file_path, device_file_path)
104 self.device.PushChangedFiles([(host_file_path, device_file_path)])
105 result = self.device.RunShellCommand(['cat', device_file_path],
117 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
118 self.adb.Push(host_file_path, device_file_path)
    [all...]

Completed in 65 milliseconds