Lines Matching defs:path
144 char path[PATH_MAX] = "/sys/";
147 strncat(path, fpath, PATH_MAX - strlen(path) - 1);
149 if ((fd = open(path, O_RDONLY)) < 0)
165 char path[PATH_MAX];
168 strcpy(path, "/sys/kernel/debug/");
169 strncat(path, debugfs_file, PATH_MAX - strlen(path) - 1);
171 if ((fd = open(path, O_RDONLY)) < 0)
187 char path[PATH_MAX];
190 strcpy(path, "/sys/kernel/debug/");
191 strncat(path, debugfs_file, PATH_MAX - strlen(path) - 1);
193 if ((fd = open(path, O_WRONLY)) < 0)