Home | History | Annotate | Download | only in vm

Lines Matching defs:android_root

1718     const char* android_root = getenv("ANDROID_ROOT");
1720 if (android_root == NULL) {
1721 SLOGE("environment variable ANDROID_ROOT does not exist?!?!");
1725 std::string mountDev(getMountsDevDir(android_root));
1727 SLOGE("Unable to find mount point for %s", android_root);
1731 if (mount(mountDev.c_str(), android_root, "none",
1733 SLOGE("Remount of %s failed: %s", android_root, strerror(errno));