Home | History | Annotate | Download | only in base

Lines Matching refs:long_path

494   FilePath long_path = base_b;
496 while (long_path.value().length() <= kLengthLimit) {
497 long_path = long_path.Append(FPL("to_base_b"));
499 long_path = long_path.Append(FPL("to_sub_a"))
502 ASSERT_FALSE(file_util::NormalizeFilePath(long_path, &normalized_path));