Lines Matching refs:path
10 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
14 os.path.join(AOSP_DIR, 'bionic', 'libc', 'include'),
15 os.path.join(AOSP_DIR, 'external', 'libcxx', 'include'),
16 os.path.join(AOSP_DIR, 'prebuilts', 'sdk', 'renderscript', 'clang-include'),
20 os.path.join(AOSP_DIR, 'development', 'vndk', 'tools', 'header-checker',
37 reference_dump_dir = os.path.join(reference_dump_dir_stem, lib_arch)
38 reference_dump_dir = os.path.join(reference_dump_dir,
55 reference_dump_path = os.path.join(reference_dump_dir,
56 os.path.basename(lib_path)) + '.gz'
57 os.makedirs(os.path.dirname(reference_dump_path), exist_ok=True)
70 reference_dump_path = os.path.join(reference_dump_dir,
72 os.makedirs(os.path.dirname(reference_dump_path), exist_ok=True)
86 output_path = os.path.join(tmp, os.path.basename(input_path)) + '.dump'
97 input_name, input_ext = os.path.splitext(input_path)
169 for path in lsdump_paths[key]:
170 if target_dir in path:
171 arch_lsdump_paths.append(os.path.join(AOSP_DIR, path.strip()))
179 output_name = os.path.join(tmp, lib_name) + '.abidiff'