Home
last modified time | relevance | path

Searched refs:DEVICE_DIR (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/testrunner/local/
Dandroid.py17 DEVICE_DIR = '/data/local/tmp/v8/' variable
65 self.device.RemovePath(DEVICE_DIR, force=True, recursive=True)
85 file_on_device_tmp = os.path.join(DEVICE_DIR, '_tmp_', file_name)
86 file_on_device = os.path.join(DEVICE_DIR, target_rel, file_name)
158 binary_on_device = os.path.join(DEVICE_DIR, target_dir, binary)
164 cwd=os.path.join(DEVICE_DIR, rel_path),