Lines Matching defs:file
74 * attribute file path to obtain the sysfs path of the holder device.
94 FILE *file;
105 file = fopen(str, "r");
106 if (!file) {
109 * a block device file. This means that if the zoned file is
124 res = fscanf(file, "%s", str);
125 fclose(file);
153 FILE *file;
162 file = fopen(str, "r");
163 if (!file)
167 res = fscanf(file, "%s", str);
168 fclose(file);