Lines Matching refs:AOSP_DIR
16 AOSP_DIR = os.environ['ANDROID_BUILD_TOP'] variable
23 os.path.join(AOSP_DIR, 'bionic', 'libc', 'include'),
24 os.path.join(AOSP_DIR, 'external', 'libcxx', 'include'),
25 os.path.join(AOSP_DIR, 'prebuilts', 'clang-tools', 'linux-x86',
83 if AOSP_DIR in f.read():
130 subprocess.check_call(cmd, cwd=AOSP_DIR)
145 subprocess.check_call(cmd, cwd=AOSP_DIR)
153 subprocess.check_call(make_cmd, cwd=AOSP_DIR)
253 lsdump_paths_file_abspath = os.path.join(AOSP_DIR, lsdump_paths_file_path)
282 return [(tag, os.path.join(AOSP_DIR, path)) for tag, path in result]
322 stderr=subprocess.PIPE, cwd=AOSP_DIR, env=env)