Home
last modified time | relevance | path

Searched refs:FULLPATH1 (Results 1 – 6 of 6) sorted by relevance

/src/tests/sys/fs/fusefs/
H A Dunlink.cc67 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
78 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F()
168 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
190 ASSERT_EQ(0, access(FULLPATH1, F_OK)) << strerror(errno); in TEST_F()
216 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
235 ASSERT_EQ(0, access(FULLPATH1, F_OK)) << strerror(errno); in TEST_F()
H A Dcopy_file_range.cc150 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local
184 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F()
196 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local
239 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F()
274 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local
317 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F()
397 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local
429 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F()
443 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local
482 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F()
[all …]
H A Ddestroy.cc153 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
197 __DECONST(void*, FULLPATH1))) << strerror(errno); in TEST_F()
H A Dflush.cc176 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
196 fd1 = open(FULLPATH1, O_WRONLY); in TEST_F()
H A Dinterrupt.cc406 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
439 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F()
478 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
514 fd1 = open(FULLPATH1, O_WRONLY); in TEST_F()
H A Dsetattr.cc164 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
209 ASSERT_EQ(0, stat(FULLPATH1, &sb)) << strerror(errno); in TEST_F()
215 ASSERT_EQ(0, stat(FULLPATH1, &sb)) << strerror(errno); in TEST_F()