Home
last modified time | relevance | path

Searched defs:blk_device (Results 1 – 6 of 6) sorted by relevance

/system/extras/squashfs_utils/
Dsquashfs_utils.c30 int squashfs_parse_sb(char *blk_device, struct squashfs_info *info) { in squashfs_parse_sb()
/system/core/adb/
Dset_verity_enable_state_service.cpp44 static int get_target_device_size(int fd, const char *blk_device, in get_target_device_size()
/system/core/fs_mgr/
Dfs_mgr_verity.c144 static int squashfs_get_target_device_size(char *blk_device, uint64_t *device_size) in squashfs_get_target_device_size()
156 static int ext4_get_target_device_size(char *blk_device, uint64_t *device_size) in ext4_get_target_device_size()
189 static int get_fs_size(char *fs_type, char *blk_device, uint64_t *device_size) { in get_fs_size()
Dfs_mgr_fstab.c377 const char *blk_device) in fs_mgr_add_entry()
Dfs_mgr.c96 static void check_fs(char *blk_device, char *fs_type, char *target) in check_fs()
/system/core/fs_mgr/include/
Dfs_mgr.h55 char *blk_device; member