HomeSort by relevance Sort by last modified time
    Searched refs:bfile (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/
test_hd.c 34 FILE *bfile; local
42 bfile = fopen(argv[1], "rb");
44 if (!bfile) {
49 while ((ch = fgetc(bfile)) != EOF)
52 if (ferror(bfile)) {
57 fclose(bfile);
  /system/extras/verity/
generate_verity_key.c 87 BIO *bfile = NULL; local
97 bfile = BIO_new_file(path, "w");
98 if (!bfile)
101 BIO_write(bfile, &pkey, sizeof(pkey));
102 BIO_flush(bfile);
106 BIO_free_all(bfile);
  /system/core/adb/
adb_auth_host.c 154 BIO *bio, *b64, *bfile; local
168 bfile = BIO_new_file(path, "w");
169 if (!bfile) {
179 bio = BIO_push(b64, bfile);
186 BIO_write(bfile, info, strlen(info));
187 (void) BIO_flush(bfile);
188 BIO_free_all(bfile);
  /external/chromium_org/tools/telemetry/telemetry/web_components/
web_component.py 57 'web_component_bootstrap.js')) as bfile:
58 bootstrap_js_template = string.Template(bfile.read())
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32_testhd.asm 897 .string "bfile"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 1038 .string "bfile"

Completed in 499 milliseconds