Lines Matching defs:path
21 const char *path = "/data/test.txt";
32 int fd = open(path, O_RDONLY + O_CREAT, TEST_MODE);
40 remove(path);
50 int fd = open(path, O_RDONLY);
63 int fd = open(path, O_WRONLY + O_CREAT, TEST_MODE);
70 remove(path);
80 int fd = open(path, O_WRONLY);
93 int fd = open(path, O_RDWR | O_APPEND + O_CREAT, TEST_MODE);
100 remove(path);
112 int fd = open(path, O_RDWR | O_APPEND);
128 int fd = open(path, O_RDWR | O_APPEND);
141 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE);
148 remove(path);
160 int fd = open(path, O_RDWR | O_CLOEXEC + O_CREAT, TEST_MODE);
167 remove(path);