Lines Matching refs:FULLPATH
147 const char FULLPATH[] = "mountpoint/some_node"; in TEST_F() local
157 EXPECT_EQ(0, mknod(FULLPATH, mode, rdev)) << strerror(errno); in TEST_F()
162 const char FULLPATH[] = "mountpoint/some_node"; in TEST_F() local
172 EXPECT_EQ(0, mknod(FULLPATH, mode, rdev)) << strerror(errno); in TEST_F()
181 const char FULLPATH[] = "mountpoint/some_node"; in TEST_F() local
198 EXPECT_NE(0, mkfifo(FULLPATH, mode)); in TEST_F()
204 const char FULLPATH[] = "mountpoint/some_node"; in TEST_F() local
214 EXPECT_EQ(0, mkfifo(FULLPATH, mode)) << strerror(errno); in TEST_F()
224 const char FULLPATH[] = "mountpoint/some_node"; in TEST_F() local
239 strlcpy(sa.sun_path, FULLPATH, sizeof(sa.sun_path)); in TEST_F()
240 sa.sun_len = sizeof(FULLPATH); in TEST_F()
254 const char FULLPATH[] = "mountpoint/parent/some_node"; in TEST_F() local
275 strlcpy(sa.sun_path, FULLPATH, sizeof(sa.sun_path)); in TEST_F()
276 sa.sun_len = sizeof(FULLPATH); in TEST_F()
291 const char FULLPATH[] = "mountpoint/some_node"; in TEST_F() local
301 EXPECT_EQ(0, mknod(FULLPATH, mode, 0)) << strerror(errno); in TEST_F()
307 const char FULLPATH[] = "mountpoint/some_node"; in TEST_F() local
317 EXPECT_EQ(0, mkfifo(FULLPATH, mode)) << strerror(errno); in TEST_F()