Lines Matching refs:join
66 soong_ui_bash_path = os.path.join(current_path, SOONG_UI_BASH)
75 parent_path = os.path.abspath(os.path.join(current_path, os.pardir))
91 value = get_output_from_command((os.path.join(ANDROID_BUILD_TOP,
109 value = os.path.join(os.path.join(ANDROID_BUILD_TOP, 'out'), 'dist')
120 test_root = os.path.join(android_host_out, 'nativetest64')
122 test_root = os.path.join(android_host_out, 'nativetest')
131 test_path = os.path.join(os.path.join(test_root, test_name), test_name)
138 log_output_path = os.path.join(dist_dir, 'gtest/{0}_test_details.xml'
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'),