Home | History | Annotate | Download | only in base

Lines Matching refs:long_path

537   FilePath long_path = base_b;
539 while (long_path.value().length() <= kLengthLimit) {
540 long_path = long_path.Append(FPL("to_base_b"));
542 long_path = long_path.Append(FPL("to_sub_a"))
545 ASSERT_FALSE(file_util::NormalizeFilePath(long_path, &normalized_path));