Lines Matching refs:FULLPATH
96 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
109 fd = open(FULLPATH, O_RDWR); in TEST_F()
130 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
158 fd = open(FULLPATH, O_RDWR); in TEST_F()
166 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
178 fd = open(FULLPATH, O_RDWR); in TEST_F()
194 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
206 fd = open(FULLPATH, O_RDWR); in TEST_F()
219 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
231 fd = open(FULLPATH, O_RDWR); in TEST_F()
241 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
253 fd = open(FULLPATH, O_RDWR); in TEST_F()
264 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
276 fd1 = open(FULLPATH, O_WRONLY); in TEST_F()
278 fd2 = open(FULLPATH, O_RDONLY); in TEST_F()