Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils_test.cc218 const std::string boot_image_filename = GetSystemImageFilename(boot_image.c_str(), isa); in TEST_F() local
219 const std::string accompanying_oat_file = ReplaceFileExtension(boot_image_filename, "oat"); in TEST_F()
/art/dex2oat/
Ddex2oat.cc585 std::string boot_image_filename; member
641 if (!parser_options->boot_image_filename.empty()) { in ProcessOptions()
642 boot_image_filename_ = parser_options->boot_image_filename; in ProcessOptions()
1058 AssignIfExists(args, M::BootImage, &parser_options->boot_image_filename); in ParseArgs()