Searched refs:RELPATH0 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/tests/sys/fs/fusefs/ |
| H A D | unlink.cc | 69 const char RELPATH0[] = "some_file.txt"; in TEST_F() local 76 expect_lookup(RELPATH0, ino, 1, 2); in TEST_F() 79 expect_unlink(1, RELPATH0, 0); in TEST_F() 170 const char RELPATH0[] = "some_file.txt"; in TEST_F() local 175 expect_lookup(RELPATH0, ino, 1, 2); in TEST_F() 176 expect_unlink(1, RELPATH0, 0); in TEST_F() 218 const char RELPATH0[] = "some_file.txt"; in TEST_F() local 224 expect_lookup(RELPATH0, ino, 2); in TEST_F() 226 expect_unlink(1, RELPATH0, 0); in TEST_F()
|
| H A D | destroy.cc | 75 const char RELPATH0[] = "some_file.txt"; in TEST_F() local 84 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH0) in TEST_F()
|
| H A D | flush.cc | 147 const char RELPATH0[] = "some_file.txt"; in TEST_F() local 154 expect_lookup(RELPATH0, ino0, 1); in TEST_F()
|
| H A D | setattr.cc | 151 const char RELPATH0[] = "some_file.txt"; in TEST_F() local 159 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH0) in TEST_F()
|