Lines Matching refs:path
46 if not os.path.isdir(dir):
65 current_path = os.path.abspath(os.getcwd())
66 while current_path and os.path.isdir(current_path):
67 soong_ui_bash_path = os.path.join(current_path, SOONG_UI_BASH)
68 if os.path.isfile(soong_ui_bash_path):
74 parent_path = os.path.abspath(os.path.join(current_path, os.pardir))
91 (os.path.join(ANDROID_BUILD_TOP, SOONG_UI_BASH), '--dumpvar-mode',
106 value = os.path.join(os.path.join(ANDROID_BUILD_TOP, 'out'), 'dist')
107 if not os.path.isdir(value):
108 if os.path.exists(value):
117 test_root = os.path.join(android_host_out, 'nativetest64')
118 if not os.path.isdir(test_root):
119 test_root = os.path.join(android_host_out, 'nativetest')
120 if not os.path.isdir(test_root):
128 test_path = os.path.join(os.path.join(test_root, test_name), test_name)
129 if not os.path.isfile(test_path):
135 log_output_path = os.path.join(
205 log_output_path = os.path.join(dist_dir, 'gtest/coverage')
206 cmd_path = os.path.join(get_android_root_or_die(), 'system/bt/test')
209 os.path.join(cmd_path, 'gen_coverage.py'),