Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dincrementalfs.h53 #define INCFS_IOC_GET_LAST_READ_ERROR _IOW(INCFS_IOCTL_BASE_CODE, 39, struct incfs_get_last_read_er… macro
/aosp12/system/incremental_delivery/incfs/kernel-headers/linux/
H A Dincrementalfs.h134 #define INCFS_IOC_GET_LAST_READ_ERROR \ macro
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp2126 auto res = ::ioctl(control->cmd, INCFS_IOC_GET_LAST_READ_ERROR, &args); in IncFs_GetLastReadError()