HomeSort by relevance Sort by last modified time
    Searched refs:to_sub_a (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
file_util_unittest.cc 433 // |-> 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...]
  /external/chromium_org/base/
file_util_unittest.cc 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")); local
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 ASSERT_TRUE(file_util::NormalizeFilePath(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
    [all...]

Completed in 123 milliseconds