Home | History | Annotate | Download | only in runtime

Lines Matching refs:failure_count

904   size_t failure_count = 0;
905 if (!image_location.empty() && OpenDexFilesFromImage(image_location, dex_files, &failure_count)) {
906 return failure_count;
908 failure_count = 0;
919 ++failure_count;
922 return failure_count;