Home
last modified time | relevance | path

Searched refs:WriteSomeParts (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/futility/
Dcmd_vbutil_kernel.c458 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()
Dcmd_sign.c116 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()
Dvb1_helper.h23 int WriteSomeParts(const char *outfile,
Dvb1_helper.c446 int WriteSomeParts(const char *outfile, in WriteSomeParts() function