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

  /external/chromium/base/
file_util_unittest.cc 434 // |-> 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...]
  /external/chromium_org/base/
file_util_unittest.cc 391 // |-> to_base_b (reparse point to temp_dir\base_b)
445 FilePath to_base_b = base_b.Append(FPL("to_base_b")); local
446 ASSERT_TRUE(file_util::CreateDirectory(to_base_b));
448 ::CreateFile(to_base_b.value().c_str(),
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 .
484 ASSERT_TRUE(file_util::NormalizeFilePath(base_b.Append(FPL("to_base_b"))
485 .Append(FPL("to_base_b"))
    [all...]

Completed in 50 milliseconds