Lines Matching refs:path
14 BASE_DIR = os.path.normpath(
15 os.path.join(os.path.dirname(__file__), '..', '..', '..'))
16 ANDROID_DIR = os.path.join(BASE_DIR, 'build', 'android')
35 assert os.path.exists(ANDROID_DIR)
36 sys.path.insert(0, ANDROID_DIR)
77 file_on_host = os.path.join(host_dir, file_name)
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)
85 folder_on_device = os.path.dirname(file_on_device)
88 if not os.path.exists(file_on_host):
145 rel_path: Relative path on device to use as CWD.
150 binary_on_device = os.path.join(DEVICE_DIR, target_dir, binary)
156 cwd=os.path.join(DEVICE_DIR, rel_path),