Home
last modified time | relevance | path

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

/art/runtime/
Ddebug_print.cc46 << (ispace->GetImageFilename() == cs->GetName() ? "+" : ispace->GetImageFilename()) in DescribeSpace()
Doat_file.cc411 File file(space->GetImageFilename(), O_RDONLY, /* checkUsage */ false); in MapConstantTables()
413 LOG(ERROR) << "Failed to open boot image file " << space->GetImageFilename(); in MapConstantTables()
431 LOG(ERROR) << "Failed to mmap boot image tables from file " << space->GetImageFilename(); in MapConstantTables()
/art/runtime/gc/space/
Dimage_space.h79 const std::string GetImageFilename() const { in GetImageFilename() function
/art/patchoat/
Dpatchoat.cc501 std::string input_image_filename = space->GetImageFilename(); in Patch()
/art/dex2oat/
Ddex2oat.cc1590 image_filenames.push_back(image_space->GetImageFilename()); in Setup()
/art/oatdump/
Doatdump.cc2073 std::string image_filename = image_space_.GetImageFilename(); in Dump()