Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h115 static bool FindImageFilename(const char* image_location,
Dimage_space.cc203 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename() function in art::gc::space::ImageSpace
292 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system, in ReadImageHeader()
/art/runtime/
Druntime.cc880 bool found_image = gc::space::ImageSpace::FindImageFilename(image_locations[index].c_str(), in OpenDexFilesFromImage()