Home | History | Annotate | Download | only in recovery

Lines Matching refs:FILE

5  * you may not use this file except in compliance with the License.
102 // indicate taking a file from the OTA package.)
109 // - the name of the package zip file.
133 FILE* from_child = fdopen(pipefd[0], "r");
177 // Reads a file containing one or more public keys as produced by
184 // characters the parser expects to find in the file; the ellipses
187 // The file may contain multiple keys in this format, separated by
190 // Returns NULL if the file failed to parse, or if it contain zero keys.
196 FILE* f = fopen(filename, "r");
226 // if the line ends in a comma, this file has more keys.
308 FILE* install_log = fopen_path(install_file, "w");