Home
last modified time | relevance | path

Searched refs:android_path (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper_devicetest.py103 android_path = self._adb.Shell('pm path android')
105 android_path = None
106 if android_path and 'package:' in android_path:
/external/clang/
Dbuild.py56 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 …]
Dupdate-prebuilts.py35 def android_path(*args): function
138 prebuilt_dir = android_path('prebuilts/clang/host', host_tag)
/external/flatbuffers/android/
Dbuild_apk.sh150 local android_path=
155 android_path="${path}"
159 if [[ "${android_path}" == "" ]]; then
171 "${android_path}" "$@"
/external/flatbuffers/samples/android/
Dbuild_apk.sh150 local android_path=
155 android_path="${path}"
159 if [[ "${android_path}" == "" ]]; then
171 "${android_path}" "$@"