Home | History | Annotate | Download | only in base

Lines Matching refs:base_b

323   // |-> base_b
325 // |-> to_base_b (reparse point to temp_dir\base_b)
363 FilePath base_b = temp_dir_.path().Append(FPL("base_b"));
364 ASSERT_TRUE(CreateDirectory(base_b));
366 FilePath to_sub_a = base_b.Append(FPL("to_sub_a"));
373 FilePath to_base_b = base_b.Append(FPL("to_base_b"));
375 ReparsePoint reparse_to_base_b(to_base_b, base_b);
378 FilePath to_sub_long = base_b.Append(FPL("to_sub_long"));
387 // Check that the path base_b\to_sub_a\file.txt can be normalized to exclude
393 // Check that the path base_b\to_base_b\to_base_b\to_sub_a\file.txt can be
395 ASSERT_TRUE(NormalizeFilePath(base_b.Append(FPL("to_base_b"))
405 FilePath long_path = base_b;