Searched refs:boot_image_filename (Results 1 – 3 of 3) sorted by relevance
306 const std::string boot_image_filename = GetSystemImageFilename(boot_image.c_str(), kRuntimeISA); in GetDefaultBootImageLocation() local307 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()
248 const std::string boot_image_filename = GetSystemImageFilename(boot_image.c_str(), isa); in TEST_F() local249 const std::string accompanying_oat_file = ReplaceFileExtension(boot_image_filename, "oat"); in TEST_F()
590 std::string boot_image_filename; member646 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()