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

/external/chromium/base/
H A Dfile_util.h77 BASE_API int CountFilesCreatedAfter(const FilePath& path,
H A Dfile_util_unittest.cc339 EXPECT_EQ(0, file_util::CountFilesCreatedAfter(temp_dir_.path(), now));
347 EXPECT_EQ(1, file_util::CountFilesCreatedAfter(temp_dir_.path(), now));
351 EXPECT_EQ(0, file_util::CountFilesCreatedAfter(temp_dir_.path(), now));
H A Dfile_util_posix.cc94 int CountFilesCreatedAfter(const FilePath& path, function in namespace:file_util
H A Dfile_util_win.cc89 int CountFilesCreatedAfter(const FilePath& path, function in namespace:file_util

Completed in 69 milliseconds