Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h373 static bool IsCoreImageFilename(const std::string& boot_image_filename) { in IsCoreImageFilename()
/art/dex2oat/
Ddex2oat.cc686 std::string boot_image_filename; member
734 const std::string& boot_image_filename = image_filenames_[0]; in ProcessOptions() local