Home | History | Annotate | Download | only in tests

Lines Matching refs:maxIdx

714             int maxIdx = max.fFoundCount;
715 if (maxIdx < kMaxFiles) {
716 max.fError[maxIdx] = state.fError[index];
717 strcpy(max.fFilesFound[maxIdx], state.fFilesFound[index]);
718 max.fDirsFound[maxIdx] = state.fDirsFound[index];
722 for (maxIdx = 0; maxIdx < max.fFoundCount; ++maxIdx) {
723 if (max.fError[maxIdx] < state.fError[index]) {
724 max.fError[maxIdx] = state.fError[index];
725 strcpy(max.fFilesFound[maxIdx], state.fFilesFound[index]);
726 max.fDirsFound[maxIdx] = state.fDirsFound[index];