Searched defs:image_location (Results 1 – 6 of 6) sorted by relevance
| /art/runtime/gc/space/ |
| D | image_space.cc | 43 ImageSpace::ImageSpace(const std::string& image_filename, const char* image_location, in ImageSpace() 198 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename() 251 static bool RelocateImage(const char* image_location, const char* dest_filename, in RelocateImage() 306 ImageHeader* ImageSpace::ReadImageHeaderOrDie(const char* image_location, in ReadImageHeaderOrDie() 316 ImageHeader* ImageSpace::ReadImageHeader(const char* image_location, in ReadImageHeader() 438 ImageSpace* ImageSpace::Create(const char* image_location, in Create() 625 ImageSpace* ImageSpace::Init(const char* image_filename, const char* image_location, in Init()
|
| /art/compiler/ |
| D | image_test.cc | 49 ScratchFile image_location(location, ".art"); in TEST_F() local
|
| /art/runtime/ |
| D | runtime.cc | 587 const std::string& image_location, in OpenDexFilesFromImage() 646 const std::string& image_location, in OpenDexFiles()
|
| D | class_linker.cc | 1361 const std::string& image_location = space->GetImageLocation(); in OpenOatFileFromDexLocation() local 1431 const std::string& image_location, in PatchAndRetrieveOat()
|
| /art/patchoat/ |
| D | patchoat.cc | 111 bool PatchOat::Patch(const std::string& image_location, off_t delta, in Patch() 194 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta, in Patch()
|
| /art/oatdump/ |
| D | oatdump.cc | 1704 const char* image_location = nullptr; in oatdump() local
|