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

/external/chromium/base/
H A Dfile_util_unittest.cc433 // |-> to_sub_a (reparse point to temp_dir\base_a\sub_a)
475 FilePath to_sub_a = base_b.Append(FPL("to_sub_a")); local
476 ASSERT_TRUE(file_util::CreateDirectory(to_sub_a));
478 ::CreateFile(to_sub_a.value().c_str(),
519 // Check that the path base_b\to_sub_a\file.txt can be normalized to exclude
520 // the junction to_sub_a.
521 ASSERT_TRUE(file_util::NormalizeFilePath(to_sub_a.Append(FPL("file.txt")),
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
[all...]

Completed in 94 milliseconds