HomeSort by relevance Sort by last modified time
    Searched full:long_test_dir (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/
file_util_unittest.cc 504 FilePath long_test_dir = temp_dir_.path().Append(kLongDirName); local
505 ASSERT_TRUE(CreateDirectory(long_test_dir));
510 DWORD path_buffer_length = GetShortPathName(long_test_dir.value().c_str(),
522 // Create a subdirectory of |long_test_dir| and make |long_test_dir|
529 FilePath access_test_dir = long_test_dir.Append(kTestSubDirName);
531 file_util::PermissionRestorer long_test_dir_restorer(long_test_dir);
532 ASSERT_TRUE(file_util::MakeFileUnreadable(long_test_dir));
    [all...]

Completed in 80 milliseconds