Lines Matching refs:FILE
27 /* a simple .ini file parser and container for Android
29 * more details on the supported file format.
189 D("%s: parsing as .ini file", fileName);
261 FILE* fp = fopen(filepath, "rt");
268 D("could not open .ini file: %s: %s",
277 /* avoid reading a very large file that was passed by mistake
283 W("hardware configuration file '%s' too large (%ld bytes)",
288 /* read the file, add a sentinel at the end of it */
301 /* Common routine for saving IniFile instance to the given file.
304 * filepath - Path to a file where to save the instance.
314 FILE* fp = fopen(filepath, "wt");
320 D("could not create .ini file: %s: %s",
356 D("Index %d exceeds the number of ini file entries %d",