Home
last modified time | relevance | path

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

/external/u-boot/include/
Dcbfs.h143 u32 file_cbfs_size(const struct cbfs_cachenode *file);
/external/u-boot/cmd/
Dcbfs.c112 printf(" %8d", file_cbfs_size(file)); in do_cbfs_ls()
/external/u-boot/fs/cbfs/
Dcbfs.c298 u32 file_cbfs_size(const struct cbfs_cachenode *file) in file_cbfs_size() function