Searched refs:FULLDST (Results 1 – 3 of 3) sorted by relevance
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | rename.cc | 59 const char FULLDST[] = "mountpoint/src/dst"; in TEST_F() local 68 ASSERT_NE(0, rename(FULLSRC, FULLDST)); in TEST_F() 75 const char FULLDST[] = "mountpoint/dst"; in TEST_F() local 83 ASSERT_NE(0, rename(FULLSRC, FULLDST)); in TEST_F() 92 const char FULLDST[] = "mountpoint/dst"; in TEST_F() local 123 ASSERT_EQ(0, rename(FULLSRC, FULLDST)) << strerror(errno); in TEST_F() 131 const char FULLDST[] = "mountpoint/dst"; in TEST_F() local 158 ASSERT_EQ(0, rename(FULLSRC, FULLDST)) << strerror(errno); in TEST_F() 163 ASSERT_EQ(0, access(FULLDST, F_OK)) << strerror(errno); in TEST_F() 190 const char FULLDST[] = "mountpoint/dstdir/dst"; in TEST_F() local [all …]
|
| H A D | link.cc | 111 const char FULLDST[] = "mountpoint/dst"; in TEST_F() local 146 EXPECT_EQ(0, link(FULLDST, FULLPATH)) << strerror(errno); in TEST_F() 154 const char FULLDST[] = "mountpoint/dst"; in TEST_F() local 173 EXPECT_EQ(-1, link(FULLDST, FULLPATH)); in TEST_F() 185 const char FULLDST[] = "mountpoint/dst"; in TEST_F() local 220 ASSERT_EQ(-1, link(FULLDST, FULLPATH)); in TEST_F() 228 const char FULLDST[] = "mountpoint/dst"; in TEST_F() local 247 ASSERT_EQ(0, link(FULLDST, FULLPATH)) << strerror(errno); in TEST_F() 249 ASSERT_EQ(0, stat(FULLDST, &sb)) << strerror(errno); in TEST_F() 257 const char FULLDST[] = "mountpoint/dst"; in TEST_F() local [all …]
|
| H A D | default_permissions.cc | 1067 const char FULLDST[] = "mountpoint/d/dst"; in TEST_F() local 1079 ASSERT_EQ(-1, rename(FULLSRC, FULLDST)); in TEST_F() 1085 const char FULLDST[] = "mountpoint/d/dst"; in TEST_F() local 1098 ASSERT_EQ(-1, rename(FULLSRC, FULLDST)); in TEST_F() 1104 const char FULLDST[] = "mountpoint/d/dst"; in TEST_F() local 1117 ASSERT_EQ(-1, rename(FULLSRC, FULLDST)); in TEST_F() 1123 const char FULLDST[] = "mountpoint/d/dst"; in TEST_F() local 1131 ASSERT_EQ(-1, rename(FULLSRC, FULLDST)); in TEST_F() 1141 const char FULLDST[] = "mountpoint/d/dst"; in TEST_F() local 1154 ASSERT_EQ(-1, rename(FULLSRC, FULLDST)); in TEST_F() [all …]
|