Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.cc306 const std::string boot_image_filename = GetSystemImageFilename(boot_image.c_str(), kRuntimeISA); in GetDefaultBootImageLocation() local
307 if (OS::FileExists(boot_image_filename.c_str(), /*check_file_type=*/true)) { in GetDefaultBootImageLocation()
318 PLOG(ERROR) << "Default boot image check failed, could not stat: " << boot_image_filename; in GetDefaultBootImageLocation()
341 PLOG(ERROR) << "Minimal boot image check failed, could not stat: " << boot_image_filename; in GetDefaultBootImageLocation()
Dfile_utils_test.cc248 const std::string boot_image_filename = GetSystemImageFilename(boot_image.c_str(), isa); in TEST_F() local
249 const std::string accompanying_oat_file = ReplaceFileExtension(boot_image_filename, "oat"); in TEST_F()
/art/dex2oat/
Ddex2oat.cc590 std::string boot_image_filename; member
646 if (!parser_options->boot_image_filename.empty()) { in ProcessOptions()
647 boot_image_filename_ = parser_options->boot_image_filename; in ProcessOptions()
1072 AssignIfExists(args, M::BootImage, &parser_options->boot_image_filename); in ParseArgs()
1187 if (!parser_options->boot_image_filename.empty()) { in ParseArgs()
1190 parser_options->boot_image_filename = "boot.art:/nonx/boot-framework.art"; in ParseArgs()