Home
last modified time | relevance | path

Searched refs:FindImageFilename (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h114 static bool FindImageFilename(const char* image_location,
Dimage_space.cc234 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/
Dpatchoat.cc1147 if (!gc::space::ImageSpace::FindImageFilename(patched_image_location.c_str(), isa, in patchoat()
/art/runtime/
Druntime.cc707 bool found_image = gc::space::ImageSpace::FindImageFilename(image_location.c_str(), in OpenDexFilesFromImage()