Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h78 const std::string GetImageFilename() const { in GetImageFilename() function
/art/dex2oat/
Ddex2oat.cc421 image_file_location = image_space->GetImageFilename(); in CreateOatFile()
/art/oatdump/
Doatdump.cc1039 std::string image_filename = image_space_.GetImageFilename(); in Dump()