Home
last modified time | relevance | path

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

/system/extras/squashfs_utils/
Dsquashfs_utils.h27 struct squashfs_info { struct
35 int squashfs_parse_sb_buffer(const void *data, struct squashfs_info *info); argument
36 int squashfs_parse_sb(const char *blk_device, struct squashfs_info *info);
Dsquashfs_utils.c41 int squashfs_parse_sb_buffer(const void *buf, struct squashfs_info *info) in squashfs_parse_sb_buffer()
60 int squashfs_parse_sb(const char *blk_device, struct squashfs_info *info) in squashfs_parse_sb()
/system/extras/libfec/
Dfec_open.cpp235 squashfs_info sq; in get_squashfs_size()