Home | History | Annotate | Download | only in vold

Lines Matching defs:file

5  * you may not use this file except in compliance with the License.
104 // append the file name, after truncating to parent directory
129 FILE *file;
133 file = fopen(buffer, "r");
134 if (!file)
137 while (fgets(buffer, sizeof(buffer), file)) {
145 fclose(file);
150 fclose(file);
200 SLOGE("Process %s (%d) has open file %s", name, pid, openfile);