Android-cuttlefish cvd tool
Classes | Functions
squashfs_utils.h File Reference
#include <stddef.h>
#include <stdint.h>
Include dependency graph for squashfs_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  squashfs_info
 

Functions

static size_t squashfs_get_sb_size (void)
 
static int squashfs_parse_sb_buffer (const void *buf, struct squashfs_info *info)
 
static int squashfs_parse_sb (const char *blk_device, struct squashfs_info *info)
 

Function Documentation

◆ squashfs_get_sb_size()

static size_t squashfs_get_sb_size ( void  )
inlinestatic

◆ squashfs_parse_sb()

static int squashfs_parse_sb ( const char *  blk_device,
struct squashfs_info info 
)
inlinestatic

◆ squashfs_parse_sb_buffer()

static int squashfs_parse_sb_buffer ( const void *  buf,
struct squashfs_info info 
)
inlinestatic