HomeSort by relevance Sort by last modified time
    Searched refs:android_path (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/
build_rs.py 33 def android_path(*args): function
42 top_out = ORIG_ENV.get('OUT_DIR', android_path('out'))
87 android_path('out/target/common/obj/JAVA_LIBRARIES/' +
91 ['make', jobs_arg] + targets, cwd=android_path(), env=env)
132 mingw_dir = android_path(
204 headers_src = android_path('external/clang/lib/Headers')
213 install_file(android_path('bionic/libc/include/stdatomic.h'), headers_dst)
275 headers_src = android_path('frameworks/rs/script_api/include')
280 headers_src = android_path('frameworks/rs/cpp/util')
283 install_file(android_path('frameworks/rs/rsDefines.h'), headers_dst_base
    [all...]
update-prebuilts.py 35 def android_path(*args): function
142 prebuilt_dir = android_path('prebuilts/renderscript/host', host_tag)
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 103 android_path = self._adb.Shell('pm path android')
105 android_path = None
106 if android_path and 'package:' in android_path:
  /external/clang/
update-prebuilts.py 35 def android_path(*args): function
138 prebuilt_dir = android_path('prebuilts/clang/host', host_tag)
build.py 56 def android_path(*args): function
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())
    [all...]
  /toolchain/binutils/
build.py 109 toolchain = ndk.paths.android_path(
114 toolchain = ndk.paths.android_path(
118 toolchain = ndk.paths.android_path(
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]

Completed in 283 milliseconds