Home | History | Annotate | Download | only in base

Lines Matching refs:base_b

432   // |-> base_b
434 // |-> to_base_b (reparse point to temp_dir\base_b)
472 FilePath base_b = temp_dir_.path().Append(FPL("base_b"));
473 ASSERT_TRUE(file_util::CreateDirectory(base_b));
475 FilePath to_sub_a = base_b.Append(FPL("to_sub_a"));
488 FilePath to_base_b = base_b.Append(FPL("to_base_b"));
499 ASSERT_TRUE(SetReparsePoint(reparse_to_base_b, base_b));
501 FilePath to_sub_long = base_b.Append(FPL("to_sub_long"));
519 // Check that the path base_b\to_sub_a\file.txt can be normalized to exclude
525 // Check that the path base_b\to_base_b\to_base_b\to_sub_a\file.txt can be
527 ASSERT_TRUE(file_util::NormalizeFilePath(base_b.Append(FPL("to_base_b"))
537 FilePath long_path = base_b;