Home
last modified time | relevance | path

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

/base/startup/hvb/libhvb/include/
H A Dhvb_ops.h40 enum hvb_io_errno (*read_partition)(struct hvb_ops *ops, const char *ptn, int64_t offset, member
/base/startup/hvb/libhvb/src/footer/
H A Dhvb_footer.c73 io_ret = ops->read_partition(ops, ptn, -HVB_FOOTER_SIZE, HVB_FOOTER_SIZE, footer_buf.addr, &read_bytes); in _load_and_parse_footer()
99 io_ret = ops->read_partition(ops, ptn, offset, cert->size, cert->addr, &read_bytes); in _load_cert()
/base/startup/hvb/libhvb/src/utils/
H A Dhvb_util.c136 hvb_return_hvb_err_if_null(ops->read_partition); in check_hvb_ops()
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_hvb_ops.cpp164 .read_partition = HvbReadFromPartition,
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dhvb_ops.c211 .read_partition = HvbReadFromPartition,
/base/startup/hvb/test/
H A Dhvb_main.c213 hvb_ops->read_partition = hvb_read_partition; in hvb_ops_user()
/base/startup/hvb/libhvb/src/cert/
H A Dhvb_cert.c125 io_ret = ops->read_partition(ops, ptn, 0, image_buf.size, image_buf.addr, &read_bytes); in hash_image_init_desc()

Completed in 3 milliseconds