Home | History | Annotate | Download | only in runtime

Lines Matching refs:failure_count

879   size_t failure_count = 0;
880 if (!image_location.empty() && OpenDexFilesFromImage(image_location, dex_files, &failure_count)) {
881 return failure_count;
883 failure_count = 0;
894 ++failure_count;
897 return failure_count;