Lines Matching refs:RELPATH
50 const char RELPATH[] = "some_file.txt"; in test_ok() local
54 FuseTest::expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in test_ok()
80 const char RELPATH[] = "zero"; in TEST_F() local
83 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH) in TEST_F()
105 const char RELPATH[] = "some_file.txt"; in TEST_F() local
111 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
137 const char RELPATH[] = "some_file.txt"; in TEST_F() local
140 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
160 const static char RELPATH[] = "some_file.txt"; in TEST_F() local
168 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 2); in TEST_F()
283 const char RELPATH[] = "some_file.txt"; in TEST_F() local
287 FuseTest::expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 2); in TEST_F()