Lines Matching refs:path
28 int create_file(char *path)
30 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE);
55 char path[PATH_MAX] = {0};
56 FILE_ABSOLUTE_PATH(STR_FILE_TXT, path);
57 int result = create_file(path);
67 result = symlink(path, linkpath);
85 if (strcmp(rbuf, path)) {
90 remove(path);
100 char path[PATH_MAX] = {0};
101 FILE_ABSOLUTE_PATH(STR_FILE_TXT, path);
102 int result = create_file(path);
142 remove(path);