Lines Matching refs:AOSP_DIR
14 AOSP_DIR = os.environ['ANDROID_BUILD_TOP'] variable
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',
70 output_content = read_output_content(lib_path, AOSP_DIR)
95 return read_output_content(output_path, AOSP_DIR)
139 return read_output_content(output_path, AOSP_DIR)
146 subprocess.check_call(make_cmd, cwd=AOSP_DIR)
227 lsdump_paths_file_abspath = os.path.join(AOSP_DIR, lsdump_paths_file_path)
259 result.append(os.path.join(AOSP_DIR, path.strip()))
300 stderr=subprocess.PIPE, cwd=AOSP_DIR, env=env)