Searched defs:OpenDexFilesFromImage (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Druntime.cc811 static bool OpenDexFilesFromImage(const std::string& image_location, function in namespace:art
814 DCHECK(dex_files != nullptr) << "OpenDexFilesFromImage: out-param is nullptr";
908 if (!image_location.empty() && OpenDexFilesFromImage(image_location, dex_files, &failure_count)) {

Completed in 44 milliseconds