Searched refs:FindImageFilename (Results 1 – 4 of 4) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.h | 114 static bool FindImageFilename(const char* image_location,
|
D | image_space.cc | 234 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename() function in art::gc::space::ImageSpace 361 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system, in ReadImageHeader() 483 const bool found_image = FindImageFilename(image_location, image_isa, &system_filename, in Create()
|
/art/patchoat/ |
D | patchoat.cc | 1147 if (!gc::space::ImageSpace::FindImageFilename(patched_image_location.c_str(), isa, in patchoat()
|
/art/runtime/ |
D | runtime.cc | 707 bool found_image = gc::space::ImageSpace::FindImageFilename(image_location.c_str(), in OpenDexFilesFromImage()
|