Home
last modified time | relevance | path

Searched refs:boot_extension_image (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dfile_utils.cc330 const std::string boot_extension_image = GetApexDataBootImage(first_extension_jar); in GetDefaultBootImageLocation() local
332 GetSystemImageFilename(boot_extension_image.c_str(), kRuntimeISA); in GetDefaultBootImageLocation()
337 boot_extension_image.c_str(), in GetDefaultBootImageLocation()
342 PLOG(ERROR) << "Default boot image check failed, could not stat: " << boot_extension_image; in GetDefaultBootImageLocation()