Home | History | Annotate | Download | only in base

Lines Matching refs:kLengthLimit

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