Home
last modified time | relevance | path

Searched refs:cbfs_truncate_space (Results 1 – 3 of 3) sorted by relevance

/external/coreboot/util/cbfstool/
Dcbfs_image.h81 int cbfs_truncate_space(struct buffer *region, uint32_t *size);
Dcbfstool.c1784 int result = cbfs_truncate_space(param.image_region, &size); in cbfs_truncate()
Dcbfs_image.c451 int cbfs_truncate_space(struct buffer *region, uint32_t *size) in cbfs_truncate_space() function