Lines Matching refs:RELPATH
93 const char RELPATH[] = "some_file.txt"; in TEST_F() local
98 expect_lookup(RELPATH, ino); in TEST_F()
125 const char RELPATH[] = "some_file.txt"; in TEST_F() local
131 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH) in TEST_F()
149 const char RELPATH[] = "some_file.txt"; in TEST_F() local
154 expect_lookup(RELPATH, ino); in TEST_F()
169 const char RELPATH[] = "some_file.txt"; in TEST_F() local
174 FuseTest::expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 2); in TEST_F()
183 const char RELPATH[] = "some_file.txt"; in TEST_F() local
188 expect_lookup(RELPATH, ino); in TEST_F()
205 const char RELPATH[] = "some_file.txt"; in TEST_F() local
212 expect_lookup(RELPATH, ino); in TEST_F()
225 const char RELPATH[] = "some_file.txt"; in TEST_F() local
230 expect_lookup(RELPATH, ino); in TEST_F()
246 const char RELPATH[] = "some_file.txt"; in TEST_F() local
252 expect_lookup(RELPATH, ino); in TEST_F()
253 expect_unlink(1, RELPATH, EPERM); in TEST_F()
269 const char RELPATH[] = "some_file.txt"; in TEST_F() local
296 expect_lookup(RELPATH, ino); in TEST_F()
297 expect_unlink(FUSE_ROOT_ID, RELPATH, EPERM); in TEST_F()