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