Home | History | Annotate | Download | only in clang

Lines Matching full:android_path

56 def android_path(*args):
189 cwd=android_path(), env=env)
303 script_path = android_path(
354 tools_dir = android_path('external/clang/tools')
370 headers_src = android_path('external/clang/lib/Headers')
379 install_file(android_path('bionic/libc/include/stdatomic.h'), headers_dst)
465 headers_src = android_path('external/compiler-rt/include/sanitizer')
569 project_path = android_path('external', project)
610 wrapper_dir = android_path('external/clang')
672 logger().info('chdir %s', android_path())
673 os.chdir(android_path())