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

/art/runtime/gc/space/
H A Dimage_space.h114 static bool FindImageFilename(const char* image_location,
H A Dimage_space.cc234 bool ImageSpace::FindImageFilename(const char* image_location, function in class:art::gc::space::ImageSpace
361 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system,
483 const bool found_image = FindImageFilename(image_location, image_isa, &system_filename,
/art/patchoat/
H A Dpatchoat.cc1147 if (!gc::space::ImageSpace::FindImageFilename(patched_image_location.c_str(), isa,
/art/runtime/
H A Druntime.cc707 bool found_image = gc::space::ImageSpace::FindImageFilename(image_location.c_str(),

Completed in 1306 milliseconds