Lines Matching refs:filepath
131 int read_file(char *filepath, int action, unsigned int *value)
138 tmp = read_shares_file(filepath);
145 fp = fopen(filepath, "r");
147 error_function("Could not open file", filepath);
154 error_function("Could not close file", filepath);
161 filepath);
183 int read_shares_file(char *filepath)
187 fp = fopen(filepath, "r");
189 error_function("Could not open file", filepath);
194 error_function("Could not close file", filepath);