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

/external/chromium/base/
H A Dfile_util_unittest.cc690 FilePath directory_contents = temp_dir_.path(); local
691 directory_contents = directory_contents.Append(FPL("*"));
694 EXPECT_TRUE(file_util::Delete(directory_contents, false));
699 EXPECT_TRUE(file_util::Delete(directory_contents, true));
713 FilePath directory_contents = subdir_path; local
714 directory_contents = directory_contents.Append(FPL("*"));
717 EXPECT_TRUE(file_util::Delete(directory_contents, false));
721 EXPECT_TRUE(file_util::Delete(directory_contents, tru
[all...]

Completed in 44 milliseconds