Searched refs:WriteSomeParts (Results 1 – 4 of 4) sorted by relevance
/external/vboot_reference/futility/ |
D | cmd_vbutil_kernel.c | 458 rv = WriteSomeParts(filename, in do_vbutil_kernel() 462 rv = WriteSomeParts(filename, in do_vbutil_kernel() 532 rv = WriteSomeParts(filename, in do_vbutil_kernel() 536 rv = WriteSomeParts(filename, in do_vbutil_kernel()
|
D | cmd_sign.c | 116 return WriteSomeParts(option.outfile, in futil_cb_sign_pubkey() 236 rv = WriteSomeParts(option.outfile, in futil_cb_create_kernel_part() 240 rv = WriteSomeParts(option.outfile, in futil_cb_create_kernel_part() 315 rv = WriteSomeParts(option.outfile, in futil_cb_resign_kernel_part() 319 rv = WriteSomeParts(option.outfile, in futil_cb_resign_kernel_part() 358 rv = WriteSomeParts(option.outfile, in futil_cb_sign_raw_firmware()
|
D | vb1_helper.h | 23 int WriteSomeParts(const char *outfile,
|
D | vb1_helper.c | 446 int WriteSomeParts(const char *outfile, in WriteSomeParts() function
|