Home
last modified time | relevance | path

Searched defs:image_filename (Results 1 – 8 of 8) sorted by relevance

/art/odrefresh/
Dodr_artifacts_test.cc37 const std::string image_filename = in TEST() local
56 const std::string image_filename = in TEST() local
/art/dex2oat/linker/
Dimage_test.h194 for (const std::string& image_filename : image_filenames) { in DoCompile() local
Dimage_writer.cc374 const std::string& image_filename = image_filenames[i]; in Write() local
/art/libartbase/base/
Dfile_utils_test.cc266 const std::string image_filename = GetSystemImageFilename(image.c_str(), isa); in TEST_F() local
/art/runtime/gc/space/
Dimage_space.cc91 ImageSpace::ImageSpace(const std::string& image_filename, in ImageSpace()
562 static std::unique_ptr<ImageSpace> InitAppImage(const char* image_filename, in InitAppImage()
660 static std::unique_ptr<ImageSpace> Init(const char* image_filename, in Init()
689 const char* image_filename, in Init()
910 static bool ValidateBootImageChecksum(const char* image_filename, in ValidateBootImageChecksum()
988 static MemMap LoadImageFile(const char* image_filename, in LoadImageFile()
2780 const std::string& image_filename, in Load()
/art/runtime/
Dimage.h556 bool WriteHeaderAndClose(const std::string& image_filename, in WriteHeaderAndClose()
/art/dex2oat/
Ddex2oat.cc2905 std::string StripIsaFrom(const char* image_filename, InstructionSet isa) { in StripIsaFrom()
/art/oatdump/
Doatdump.cc1841 std::string image_filename = image_space_.GetImageFilename(); in Dump() local