Home | History | Annotate | Download | only in android

Lines Matching refs:_DEVICE_DIR

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)
138 device_file_path2 = "%s/%s" % (_DEVICE_DIR, file_name2)
146 self.device.PushChangedFiles([(host_tmp_dir, _DEVICE_DIR)],
152 filenames = self.device.ListDirectory(_DEVICE_DIR)
156 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
174 device_file_path1 = "%s/%s" % (_DEVICE_DIR, file_name1)
175 device_file_path2 = "%s/%s" % (_DEVICE_DIR, file_name2)
176 device_file_path3 = "%s/%s/%s" % (_DEVICE_DIR, _SUB_DIR1, file_name3)
177 device_file_path4 = "%s/%s/%s/%s" % (_DEVICE_DIR, _SUB_DIR,
190 self.device.PushChangedFiles([(host_tmp_dir, _DEVICE_DIR)],
196 filenames = self.device.ListDirectory(_DEVICE_DIR)
207 posixpath.join(_DEVICE_DIR, _SUB_DIR, _SUB_DIR2))
211 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)