Searched defs:image_location (Results 1 – 6 of 6) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.cc | 42 ImageSpace::ImageSpace(const std::string& image_filename, const char* image_location, in ImageSpace() 173 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename() 226 static bool RelocateImage(const char* image_location, const char* dest_filename, in RelocateImage() 281 ImageHeader* ImageSpace::ReadImageHeaderOrDie(const char* image_location, in ReadImageHeaderOrDie() 291 ImageHeader* ImageSpace::ReadImageHeader(const char* image_location, in ReadImageHeader() 378 ImageSpace* ImageSpace::Create(const char* image_location, in Create() 554 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/patchoat/ |
D | patchoat.cc | 111 bool PatchOat::Patch(const std::string& image_location, off_t delta, in Patch() 189 bool PatchOat::Patch(const File* input_oat, const std::string& image_location, off_t delta, in Patch()
|
/art/runtime/ |
D | runtime.cc | 571 const std::string& image_location, in OpenDexFilesFromImage() 630 const std::string& image_location, in OpenDexFiles()
|
D | class_linker.cc | 1339 const std::string& image_location = space->GetImageLocation(); in OpenOatFileFromDexLocation() local 1409 const std::string& image_location, in PatchAndRetrieveOat()
|
/art/oatdump/ |
D | oatdump.cc | 1689 const char* image_location = nullptr; in oatdump() local
|