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

  /art/runtime/
runtime_android.cc 39 const char* android_root = getenv("ANDROID_ROOT"); local
40 if (android_root != nullptr && strcmp(android_root, "/system") != 0) {
utils_test.cc 312 std::string android_root(GetAndroidRoot());
313 command.push_back(android_root + "/bin/id");
347 std::string android_root(GetAndroidRoot());
348 command.push_back(android_root + "/bin/printenv");
372 std::string android_root(GetAndroidRoot());
373 command.push_back(android_root + "/bin/printenv");
utils.cc 767 return GetAndroidDir("ANDROID_ROOT", "/system");
771 return GetAndroidDirSafe("ANDROID_ROOT", "/system", error_msg);
783 const char* android_root = GetAndroidRootSafe(error_msg); local
784 if (android_root == nullptr) {
787 return StringPrintf("%s/framework/boot.art", android_root);
  /art/tools/jfuzz/
run_dex_fuzz_test.py 78 android_root = GetEnvVariableOrError('ANDROID_HOST_OUT')
79 self._dexfuzz_env['ANDROID_ROOT'] = android_root
80 self._dexfuzz_env['LD_LIBRARY_PATH'] = android_root + '/lib'
  /external/flatbuffers/android/
build_apk.sh 23 declare -r android_root=${script_directory}/../../../../../../
129 "${android_root}/prebuilts/sdk/platform-tools/adb"; do
153 "${android_root}/prebuilts/sdk/tools/${android_executable}"; do
179 "${android_root}/prebuilts/ndk/current/ndk-build"; do
  /external/flatbuffers/samples/android/
build_apk.sh 23 declare -r android_root=${script_directory}/../../../../../../
129 "${android_root}/prebuilts/sdk/platform-tools/adb"; do
153 "${android_root}/prebuilts/sdk/tools/${android_executable}"; do
179 "${android_root}/prebuilts/ndk/current/ndk-build"; do
  /external/libcxx/utils/libcxx/android/test/
config.py 42 os.chdir(self.config.android_root)
45 self.config.android_root):
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
config.py 42 os.chdir(self.config.android_root)
45 self.config.android_root):
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/android/test/
config.py 42 os.chdir(self.config.android_root)
45 self.config.android_root):
  /art/tools/common/
common.py 309 android_root = GetEnvVariableOrError('ANDROID_HOST_OUT')
310 library_path = android_root + '/' + lib
311 path = android_root + '/bin'
314 self._shell_env['ANDROID_ROOT'] = android_root
  /art/test/
run-test 148 android_root="/system"
346 android_root="$1"
    [all...]
  /cts/tools/utils/
buildCts.py 87 self.android_root = sys.argv[4]
92 self.definedplans_repository = os.path.join(self.android_root, 'cts/tests/plans')
  /build/make/tools/
warn.py 35 # android_root
    [all...]
  /art/dex2oat/
dex2oat_test.cc 187 const char* android_root = getenv("ANDROID_ROOT"); local
188 CHECK(android_root != nullptr);
189 argv.push_back("--android-root=" + std::string(android_root));

Completed in 904 milliseconds