Lines Matching full:android_root
1142 const char* android_root = getenv("ANDROID_ROOT");
1143 if (android_root == NULL) {
1145 android_root = "/system";
1147 LOG(FATAL) << "ANDROID_ROOT not set and /system does not exist";
1151 if (!OS::DirectoryExists(android_root)) {
1152 LOG(FATAL) << "Failed to find ANDROID_ROOT directory " << android_root;
1155 return android_root;