Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:failure_count

415   size_t failure_count = 0;
422 ++failure_count;
427 return failure_count;
849 size_t failure_count
850 if (failure_count > 0) {
851 LOG(ERROR) << "Failed to open some dex files: " << failure_count;
917 size_t failure_count = OpenDexFiles(dex_filenames, dex_locations, dex_files);
918 if (failure_count > 0) {
919 LOG(ERROR) << "Failed to open some dex files: " << failure_count;