Home
last modified time | relevance | path

Searched refs:FilePathWatcherTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path_watcher_unittest.cc142 class FilePathWatcherTest : public testing::Test { class
144 FilePathWatcherTest() in FilePathWatcherTest() function in base::__anon262039030111::FilePathWatcherTest
151 ~FilePathWatcherTest() override = default;
216 DISALLOW_COPY_AND_ASSIGN(FilePathWatcherTest);
219 bool FilePathWatcherTest::SetupWatch(const FilePath& target, in SetupWatch()
229 TEST_F(FilePathWatcherTest, NewFile) { in TEST_F() argument
239 TEST_F(FilePathWatcherTest, ModifiedFile) { in TEST_F() argument
252 TEST_F(FilePathWatcherTest, MovedFile) { in TEST_F() argument
265 TEST_F(FilePathWatcherTest, DeletedFile) { in TEST_F() argument
301 TEST_F(FilePathWatcherTest, DeleteDuringNotify) { in TEST_F() argument
[all …]
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path_watcher_unittest.cc358 #define FilePathWatcherTest DISABLED_FilePathWatcherTest macro
361 class FilePathWatcherTest : public testing::Test { class
363 FilePathWatcherTest() in FilePathWatcherTest() function in base::FilePathWatcherTest
370 FilePathWatcherTest(const FilePathWatcherTest&) = delete;
371 FilePathWatcherTest& operator=(const FilePathWatcherTest&) = delete;
372 ~FilePathWatcherTest() override = default;
419 bool FilePathWatcherTest::SetupWatch(const FilePath& target, in SetupWatch()
428 bool FilePathWatcherTest::SetupWatchWithOptions( in SetupWatchWithOptions()
438 bool FilePathWatcherTest::SetupWatchWithChangeInfo( in SetupWatchWithChangeInfo()
450 TEST_F(FilePathWatcherTest, NewFile) { in TEST_F() argument
[all …]