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

  /external/chromium-trace/catapult/devil/devil/android/
device_utils_devicetest.py 28 _DEVICE_DIR = "/data/local/tmp/device_utils_test"
88 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
96 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
100 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
111 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
118 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
122 self.device.PushChangedFiles([(host_tmp_dir, _DEVICE_DIR)],
124 filenames = self.device.ListDirectory(_DEVICE_DIR)
128 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
137 device_file_path1 = "%s/%s" % (_DEVICE_DIR, file_name1
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils_devicetest.py 26 _DEVICE_DIR = "/data/local/tmp/device_utils_test"
87 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
95 self.device.RunShellCommand(['rm', '-rf', _DEVICE_DIR])
99 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
110 self.device.RunShellCommand(['rm', '-rf', _DEVICE_DIR])
117 device_file_path = "%s/%s" % (_DEVICE_DIR, file_name)
121 self.device.PushChangedFiles([(host_tmp_dir, _DEVICE_DIR)],
123 result = self.device.RunShellCommand(['ls', _DEVICE_DIR], single_line=True)
127 self.device.RunShellCommand(['rm', '-rf', _DEVICE_DIR])
136 device_file_path1 = "%s/%s" % (_DEVICE_DIR, file_name1
    [all...]

Completed in 365 milliseconds