Home
last modified time | relevance | path

Searched refs:FULLPATH0 (Results 1 – 4 of 4) sorted by last modified time

/freebsd/tests/sys/fs/fusefs/
H A Dsetattr.cc162 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local
212 ASSERT_EQ(0, chmod(FULLPATH0, newmode)) << strerror(errno); in TEST_F()
213 ASSERT_EQ(0, stat(FULLPATH0, &sb)) << strerror(errno); in TEST_F()
H A Dunlink.cc66 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local
83 ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno); in TEST_F()
167 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local
184 ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno); in TEST_F()
215 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local
227 fd = open(FULLPATH0, O_RDWR); in TEST_F()
229 ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno); in TEST_F()
H A Ddestroy.cc71 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local
114 __DECONST(void*, FULLPATH0))) << strerror(errno); in TEST_F()
H A Dflush.cc144 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local
163 fd0 = open(FULLPATH0, O_WRONLY); in TEST_F()