Home | History | Annotate | Download | only in base

Lines Matching refs:to_sub_a

390   //     |-> to_sub_a (reparse point to temp_dir\base_a\sub_a)
432 FilePath to_sub_a = base_b.Append(FPL("to_sub_a"));
433 ASSERT_TRUE(file_util::CreateDirectory(to_sub_a));
435 ::CreateFile(to_sub_a.value().c_str(),
476 // Check that the path base_b\to_sub_a\file.txt can be normalized to exclude
477 // the junction to_sub_a.
478 to_sub_a.Append(FPL("file.txt")),
482 // Check that the path base_b\to_base_b\to_base_b\to_sub_a\file.txt can be
483 // normalized to exclude junctions to_base_b and to_sub_a .
486 .Append(FPL("to_sub_a"))
499 long_path = long_path.Append(FPL("to_sub_a"))
515 ASSERT_FALSE(file_util::NormalizeFilePath(to_sub_a.Append(FPL("file.txt")),