Home | History | Annotate | Download | only in tests

Lines Matching defs:maxIdx

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