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

/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dunlink.cc69 const char RELPATH0[] = "some_file.txt"; local
76 expect_lookup(RELPATH0, ino, 1, 2);
79 expect_unlink(1, RELPATH0, 0);
170 const char RELPATH0[] = "some_file.txt"; local
175 expect_lookup(RELPATH0, ino, 1, 2);
176 expect_unlink(1, RELPATH0, 0);
218 const char RELPATH0[] = "some_file.txt"; local
224 expect_lookup(RELPATH0, ino, 2);
226 expect_unlink(1, RELPATH0, 0);
H A Ddestroy.cc75 const char RELPATH0[] = "some_file.txt"; local
84 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH0)
H A Dflush.cc147 const char RELPATH0[] = "some_file.txt"; local
154 expect_lookup(RELPATH0, ino0, 1);
H A Dsetattr.cc150 const char RELPATH0[] = "some_file.txt"; local
158 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH0)

Completed in 105 milliseconds