Searched defs:test_subdir (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_util_unittest.cc894 FilePath test_subdir = temp_dir_.path().Append(FPL("DeleteDirNonRecursive")); local
895 CreateDirectory(test_subdir);
896 ASSERT_TRUE(PathExists(test_subdir));
898 FilePath file_name = test_subdir.Append(FPL("Test DeleteDir.txt"));
902 FilePath subdir_path1 = test_subdir.Append(FPL("TestSubDir1"));
906 FilePath subdir_path2 = test_subdir.Append(FPL("TestSubDir2"));
915 EXPECT_FALSE(DeleteFile(test_subdir, false));
916 EXPECT_TRUE(PathExists(test_subdir));
924 FilePath test_subdir = temp_dir_.path().Append(FPL("DeleteDirRecursive")); local
925 CreateDirectory(test_subdir);
[all...]

Completed in 88 milliseconds