Home
last modified time | relevance | path

Searched refs:ReturnNegativeCache (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dmkdir.cc95 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()
131 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))) in TEST_F()
H A Drename.cc108 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()
142 .WillOnce(ReturnNegativeCache(&entry_valid)) in TEST_F()
H A Dcreate.cc278 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()
307 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))) in TEST_F()
H A Dmockfs.hh255 ProcessMockerT ReturnNegativeCache(const struct timespec *entry_valid);
H A Dlookup.cc360 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))); in TEST_F()
377 .WillRepeatedly(Invoke(ReturnNegativeCache(&entry_valid))); in TEST_F()
H A Dmockfs.cc133 ReturnNegativeCache(const struct timespec *entry_valid) in ReturnNegativeCache() function