Searched refs:preopted_boot_art_path (Results 1 – 1 of 1) sorted by relevance
347 std::string preopted_boot_art_path = in EnsureBootImageAndDalvikCache() local349 if (access(preopted_boot_art_path.c_str(), F_OK) != 0) { in EnsureBootImageAndDalvikCache()350 PLOG(ERROR) << "Bad access() to " << preopted_boot_art_path; in EnsureBootImageAndDalvikCache()