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