Lines Matching refs:RELPATH

275 	const char RELPATH[] = "some_file.txt";  in TEST_F()  local
280 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX); in TEST_F()
289 const char RELPATH[] = "some_file.txt"; in TEST_F() local
294 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0); in TEST_F()
309 const char RELPATH[] = "some_file.txt"; in TEST_F() local
314 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX); in TEST_F()
327 const char RELPATH[] = "some_file.txt"; in TEST_F() local
335 expect_lookup(RELPATH, ino, S_IFREG | mode, UINT64_MAX, uid); in TEST_F()
358 const char RELPATH[] = "some_file.txt"; in TEST_F() local
366 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX, uid); in TEST_F()
390 const char RELPATH[] = "some_file.txt"; in TEST_F() local
395 expect_lookup(RELPATH, ino, S_IFREG | mode, UINT64_MAX, geteuid()); in TEST_F()
414 const char RELPATH[] = "some_file.txt"; in TEST_F() local
423 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX, uid, gid); in TEST_F()
446 const char RELPATH[] = "some_file.txt"; in TEST_F() local
457 expect_lookup(RELPATH, ino, S_IFREG | mode, UINT64_MAX, uid, gid); in TEST_F()
472 const char RELPATH[] = "some_file.txt"; in TEST_F() local
483 expect_lookup(RELPATH, ino, S_IFREG | mode, UINT64_MAX, uid, gid); in TEST_F()
592 const char RELPATH[] = "some_file.txt"; in TEST_F() local
597 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH) in TEST_F()
599 expect_create(RELPATH, ino); in TEST_F()
609 const char RELPATH[] = "some_file.txt"; in TEST_F() local
612 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH) in TEST_F()
622 const char RELPATH[] = "some_file.txt"; in TEST_F() local
627 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX, 0); in TEST_F()
636 const char RELPATH[] = "some_file.txt"; in TEST_F() local
641 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX, geteuid()); in TEST_F()
652 const char RELPATH[] = "some_file.txt"; in TEST_F() local
657 expect_lookup(RELPATH, ino, S_IFREG | 0666, UINT64_MAX, geteuid()); in TEST_F()
667 const char RELPATH[] = "some_file.txt"; in TEST_F() local
678 expect_lookup(RELPATH, ino, S_IFREG | mode, UINT64_MAX, owner); in TEST_F()
700 const char RELPATH[] = "some_file.txt"; in TEST_F() local
711 expect_lookup(RELPATH, ino, S_IFREG | mode, UINT64_MAX, owner); in TEST_F()
721 const char RELPATH[] = "some_file.txt"; in TEST_F() local
726 expect_lookup(RELPATH, ino, S_IFREG | 0666, UINT64_MAX, 0); in TEST_F()
736 const char RELPATH[] = "some_file.txt"; in TEST_F() local
742 expect_lookup(RELPATH, ino, S_IFREG | 0600, UINT64_MAX, 0); in TEST_F()
752 const char RELPATH[] = "some_file.txt"; in TEST_F() local
762 expect_lookup(RELPATH, ino, S_IFREG | 0444, UINT64_MAX, 0); in TEST_F()
779 const char RELPATH[] = "some_file.txt"; in TEST_F() local
785 expect_lookup(RELPATH, ino, S_IFREG | 0666, UINT64_MAX, geteuid()); in TEST_F()
795 const char RELPATH[] = "some_file.txt"; in TEST_F() local
800 expect_lookup(RELPATH, ino, S_IFREG | 0600, UINT64_MAX, 0); in TEST_F()
809 const char RELPATH[] = "some_file.txt"; in TEST_F() local
815 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX, 0); in TEST_F()
826 const char RELPATH[] = "some_file.txt"; in TEST_F() local
832 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX, geteuid()); in TEST_F()
842 const char RELPATH[] = "file.txt"; in TEST_F() local
854 FuseTest::expect_lookup(RELPATH, ino, S_IFREG | oldmode, fsize, in TEST_F()
876 const char RELPATH[] = "file.txt"; in TEST_F() local
888 FuseTest::expect_lookup(RELPATH, ino, S_IFREG | oldmode, fsize, in TEST_F()
914 const char RELPATH[] = "some_file.txt"; in TEST_F() local
922 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH) in TEST_F()
924 expect_create(RELPATH, ino); in TEST_F()
953 const char RELPATH[] = "some_file.txt"; in TEST_F() local
957 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX); in TEST_F()
966 const char RELPATH[] = "some_file.txt"; in TEST_F() local
971 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX); in TEST_F()
983 const char RELPATH[] = "file.txt"; in TEST_F() local
994 FuseTest::expect_lookup(RELPATH, ino, S_IFREG | oldmode, fsize, in TEST_F()
1013 const char RELPATH[] = "file.txt"; in TEST_F() local
1024 FuseTest::expect_lookup(RELPATH, ino, S_IFREG | oldmode, fsize, in TEST_F()
1047 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1054 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH) in TEST_F()
1056 expect_create(RELPATH, ino); in TEST_F()
1248 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1257 FuseTest::expect_lookup(RELPATH, ino, S_IFREG | 0755, fsize, in TEST_F()
1284 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1290 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX, geteuid()); in TEST_F()
1309 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1315 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX, 0); in TEST_F()
1335 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1341 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH) in TEST_F()
1343 expect_create(RELPATH, ino); in TEST_F()
1371 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1379 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX, uid, gid); in TEST_F()
1395 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1401 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX, geteuid()); in TEST_F()
1416 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1424 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX, geteuid()); in TEST_F()
1435 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1442 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX, 0); in TEST_F()
1453 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1460 expect_lookup(RELPATH, ino, S_IFREG | 0666, UINT64_MAX, geteuid()); in TEST_F()
1471 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1479 expect_lookup(RELPATH, ino, S_IFREG | 0666, UINT64_MAX, 0); in TEST_F()
1490 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1497 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX, geteuid()); in TEST_F()
1498 expect_unlink(FUSE_ROOT_ID, RELPATH, 0); in TEST_F()
1517 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1521 EXPECT_LOOKUP(FUSE_ROOT_ID, RELPATH) in TEST_F()
1542 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1546 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX, geteuid()); in TEST_F()
1555 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1559 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX, 0); in TEST_F()
1569 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1578 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX); in TEST_F()
1595 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1604 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX); in TEST_F()
1626 const char RELPATH[] = "some_file.txt"; in TEST_F() local
1634 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX); in TEST_F()