Searched defs:outfile (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dadb_auth_host.cpp159 FILE *outfile = NULL; local
176 outfile = fopen(path, "w");
177 if (!outfile) {
204 if (fwrite(encoded, encoded_length, 1, outfile) != 1 ||
205 fwrite(info, strlen(info), 1, outfile) != 1) {
213 if (outfile != NULL) {
214 fclose(outfile);

Completed in 3 milliseconds