Home | History | Annotate | Download | only in base

Lines Matching refs:kLengthLimit

495   const int kLengthLimit = MAX_PATH + 200;
496 while (long_path.value().length() <= kLengthLimit) {