Searched refs:bfile (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dadb_auth_host.c135 BIO *bio, *b64, *bfile; local
149 bfile = BIO_new_file(path, "w");
150 if (!bfile) {
160 bio = BIO_push(b64, bfile);
167 BIO_write(bfile, info, strlen(info));
168 BIO_flush(bfile);
169 BIO_free_all(bfile);

Completed in 30 milliseconds