Home | History | Annotate | Download | only in base

Lines Matching refs:to_base_b

434   //     |-> to_base_b (reparse point to temp_dir\base_b)
488 FilePath to_base_b = base_b.Append(FPL("to_base_b"));
489 to_base_b));
491 ::CreateFile(to_base_b.value().c_str(),
525 // Check that the path base_b\to_base_b\to_base_b\to_sub_a\file.txt can be
526 // normalized to exclude junctions to_base_b and to_sub_a .
527 ASSERT_TRUE(file_util::NormalizeFilePath(base_b.Append(FPL("to_base_b"))
528 .Append(FPL("to_base_b"))
535 // path using to_base_b many times, and check that paths long enough to fail
540 long_path = long_path.Append(FPL("to_base_b"));