Home | History | Annotate | Download | only in runtime

Lines Matching refs:android_root

1160   const char* android_root = getenv("ANDROID_ROOT");
1161 if (android_root == NULL) {
1163 android_root = "/system";
1165 LOG(FATAL) << "ANDROID_ROOT not set and /system does not exist";
1169 if (!OS::DirectoryExists(android_root)) {
1170 LOG(FATAL) << "Failed to find ANDROID_ROOT directory " << android_root;
1173 return android_root;