Home
last modified time | relevance | path

Searched refs:found_image (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc483 const bool found_image = FindImageFilename(image_location, image_isa, &system_filename, in Create() local
494 if (found_image) { in Create()
/art/runtime/
Druntime.cc707 bool found_image = gc::space::ImageSpace::FindImageFilename(image_location.c_str(), in OpenDexFilesFromImage() local
716 if (!found_image || !has_system) { in OpenDexFilesFromImage()