Lines Matching refs:AOSP_DIR
15 AOSP_DIR = os.environ['ANDROID_BUILD_TOP'] variable
22 os.path.join(AOSP_DIR, 'bionic', 'libc', 'include'),
23 os.path.join(AOSP_DIR, 'external', 'libcxx', 'include'),
24 os.path.join(AOSP_DIR, 'prebuilts', 'clang-tools', 'linux-x86',
82 if AOSP_DIR in f.read():
129 subprocess.check_call(cmd, cwd=AOSP_DIR)
144 subprocess.check_call(cmd, cwd=AOSP_DIR)
152 subprocess.check_call(make_cmd, cwd=AOSP_DIR)
252 lsdump_paths_file_abspath = os.path.join(AOSP_DIR, lsdump_paths_file_path)
281 return [(tag, os.path.join(AOSP_DIR, path)) for tag, path in result]
321 stderr=subprocess.PIPE, cwd=AOSP_DIR, env=env)