Searched defs:android_root (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dutils.cc1234 const char* android_root = getenv("ANDROID_ROOT"); local
1235 if (android_root == nullptr) {
1237 android_root = "/system";
1243 if (!OS::DirectoryExists(android_root)) {
1244 LOG(FATAL) << "Failed to find ANDROID_ROOT directory " << android_root;
1247 return android_root;

Completed in 64 milliseconds