Lines Matching full:fullpath
53 if (lstat(fullpath, &statbuffer) < 0) {
54 error_function("Can not read stat for file ", fullpath);
64 && (strcmp(fullpath, "/dev/cpuctl/cpu.shares") != 0)
66 *shares_pointer += read_shares_file(fullpath);
73 * of fullpath to append new files names
76 path_pointer = fullpath + strlen(fullpath);
80 if ((dp = opendir(fullpath)) == NULL) { /* Error in opening directory */
81 error_function("Can't open ", fullpath);
94 strcpy(path_pointer, dir_pointer->d_name); /* append name to fullpath */
107 error_function("Could not close dir ", fullpath);