Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/testrunner/local/
H A Dandroid.py17 DEVICE_DIR = '/data/local/tmp/v8/' variable
61 self.device.RemovePath(DEVICE_DIR, force=True, recursive=True)
83 file_on_device_tmp = os.path.join(DEVICE_DIR, '_tmp_', file_name)
84 file_on_device = os.path.join(DEVICE_DIR, target_rel, file_name)
150 binary_on_device = os.path.join(DEVICE_DIR, target_dir, binary)
156 cwd=os.path.join(DEVICE_DIR, rel_path),

Completed in 1 milliseconds