Lines Matching refs:path
11 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
21 os.path.join(AOSP_DIR, 'bionic', 'libc', 'include'),
22 os.path.join(AOSP_DIR, 'external', 'libcxx', 'include'),
23 os.path.join(AOSP_DIR, 'prebuilts', 'clang-tools', 'linux-x86',
28 os.path.join(AOSP_DIR, 'development', 'vndk', 'tools', 'header-checker',
46 reference_dump_dir = os.path.join(reference_dump_dir_stem, lib_arch)
47 reference_dump_dir = os.path.join(reference_dump_dir,
65 reference_dump_path = os.path.join(
66 reference_dump_dir, os.path.basename(lib_path))
69 os.makedirs(os.path.dirname(reference_dump_path), exist_ok=True)
92 output_path = os.path.join(tmp, os.path.basename(input_path)) + '.dump'
103 input_ext = os.path.splitext(input_path)[1]
167 return os.path.join(product_out, 'lsdump_paths.txt')
197 path = line.strip()
198 if not path:
200 dirname, filename = os.path.split(path)
206 variant = os.path.basename(dirname)
217 lsdump_paths[libname][prefix] = path
227 lsdump_paths_file_abspath = os.path.join(AOSP_DIR, lsdump_paths_file_path)
257 for variation, path in variations.items():
259 result.append(os.path.join(AOSP_DIR, path.strip()))
268 output_name = os.path.join(tmp, lib_name) + '.abidiff'
295 os.path.join('build', 'soong', 'soong_ui.bash'),