Searched refs:android_path (Results 1 - 2 of 2) sorted by relevance

/external/clang/
H A Dbuild.py34 def android_path(*args): function
42 top_out = ORIG_ENV.get('OUT_DIR', android_path('out'))
105 ['make', jobs_arg] + overrides + targets, cwd=android_path(), env=env)
191 script_path = android_path(
240 tools_dir = android_path('external/clang/tools')
256 headers_src = android_path('external/clang/lib/Headers')
265 install_file(android_path('bionic/libc/include/stdatomic.h'), headers_dst)
325 headers_src = android_path('external/compiler-rt/include/sanitizer')
389 project_path = android_path('external', project)
H A Dupdate-prebuilts.py35 def android_path(*args): function
120 prebuilt_dir = android_path('prebuilts/clang/host', host_tag)

Completed in 107 milliseconds