Searched refs:to_base_b (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dfile_util_unittest.cc434 // |-> to_base_b (reparse point to temp_dir\base_b)
488 FilePath to_base_b = base_b.Append(FPL("to_base_b")); local
489 ASSERT_TRUE(file_util::CreateDirectory(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"))
[all...]

Completed in 39 milliseconds