Home | History | Annotate | Download | only in base

Lines Matching refs:kLengthLimit

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