Home
last modified time | relevance | path

Searched refs:incfs_get_block_count_args (Results 1 – 2 of 2) sorted by relevance

/system/incremental_delivery/incfs/kernel-headers/linux/
Dincrementalfs.h50 #define INCFS_IOC_GET_BLOCK_COUNT _IOR(INCFS_IOCTL_BASE_CODE, 36, struct incfs_get_block_count_args)
148 struct incfs_get_block_count_args { struct
/system/incremental_delivery/incfs/
Dincfs.cpp1769 incfs_get_block_count_args args = {}; in getFileBlockCount()