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

  /external/chromium-trace/catapult/devil/devil/android/
device_utils_devicetest.py 87 (host_file_path, file_name) = self._MakeTempFile(_OLD_CONTENTS)
89 self.adb.Push(host_file_path, device_file_path)
90 self.device.PushChangedFiles([(host_file_path, device_file_path)])
95 cmd_helper.RunCmd(['rm', host_file_path])
99 (host_file_path, file_name) = self._MakeTempFile(_OLD_CONTENTS)
101 self.adb.Push(host_file_path, device_file_path)
103 with open(host_file_path, 'w') as f:
105 self.device.PushChangedFiles([(host_file_path, device_file_path)])
110 cmd_helper.RunCmd(['rm', host_file_path])
115 (host_file_path, file_name) = self._MakeTempFileGivenDir
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils_devicetest.py 86 (host_file_path, file_name) = self._MakeTempFile(_OLD_CONTENTS)
88 self.adb.Push(host_file_path, device_file_path)
89 self.device.PushChangedFiles([(host_file_path, device_file_path)])
94 cmd_helper.RunCmd(['rm', host_file_path])
98 (host_file_path, file_name) = self._MakeTempFile(_OLD_CONTENTS)
100 self.adb.Push(host_file_path, device_file_path)
102 with open(host_file_path, 'w') as f:
104 self.device.PushChangedFiles([(host_file_path, device_file_path)])
109 cmd_helper.RunCmd(['rm', host_file_path])
114 (host_file_path, file_name) = self._MakeTempFileGivenDir
    [all...]

Completed in 1139 milliseconds