Searched defs:image_filename (Results 1 – 7 of 7) sorted by relevance
/art/odrefresh/ |
D | odr_artifacts_test.cc | 34 const std::string image_filename = in TEST() local 52 const std::string image_filename = in TEST() local
|
/art/libartbase/base/ |
D | file_utils_test.cc | 238 const std::string image_filename = GetSystemImageFilename(image.c_str(), isa); in TEST_F() local
|
/art/dex2oat/linker/ |
D | image_test.h | 198 for (const std::string& image_filename : image_filenames) { in DoCompile() local
|
D | image_writer.cc | 363 bool WriteHeaderAndClose(const std::string& image_filename, const ImageHeader* image_header) { in WriteHeaderAndClose() 426 const std::string& image_filename = image_filenames[i]; in Write() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 78 ImageSpace::ImageSpace(const std::string& image_filename, in ImageSpace() 493 static std::unique_ptr<ImageSpace> InitAppImage(const char* image_filename, in InitAppImage() 590 static std::unique_ptr<ImageSpace> Init(const char* image_filename, in Init() 619 const char* image_filename, in Init() 840 static bool ValidateBootImageChecksum(const char* image_filename, in ValidateBootImageChecksum() 918 static MemMap LoadImageFile(const char* image_filename, in LoadImageFile() 2758 const std::string& image_filename, in Load()
|
/art/dex2oat/ |
D | dex2oat.cc | 2860 std::string StripIsaFrom(const char* image_filename, InstructionSet isa) { in StripIsaFrom()
|
/art/oatdump/ |
D | oatdump.cc | 1779 std::string image_filename = image_space_.GetImageFilename(); in Dump() local
|