Lines Matching refs:FILE
5 * you may not use this file except in compliance with the License.
76 * /cache/recovery/log - OUTPUT - combined log file from recovery run(s)
79 * The arguments which may be supplied in the recovery.command file:
81 * --update_package=path - verify install an OTA package file
136 FILE*
147 FILE *fp = fopen(path, mode);
151 // close a file, log an error if the error indicator is set
153 check_and_fclose(FILE *fp, const char *name) {
194 // --- if that doesn't work, try the command file
196 FILE *fp = fopen_path(COMMAND_FILE, "r");
239 FILE *log = fopen_path(destination, append ? "a" : "w");
243 FILE *tmplog = fopen(source, "r");
261 // copy our log file to cache as well (for the system to read), and
268 FILE *fp = fopen_path(INTENT_FILE, "w");
291 // Remove the command file, so recovery won't repeat indefinitely.
369 FILE* fin = fopen(original_path, "rb");
374 FILE* fout = fopen(copy_path, "wb");
582 // selected a zip file: attempt to install it, and return
772 // anything in the command file or bootloader control block; the