Home
last modified time | relevance | path

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

/external/strace/xlat/
Dstatx_attrs.h14 #if !(defined(STATX_ATTR_ENCRYPTED) || (defined(HAVE_DECL_STATX_ATTR_ENCRYPTED) && HAVE_DECL_STATX_…
15 # define STATX_ATTR_ENCRYPTED 0x00000800 macro
33 XLAT(STATX_ATTR_ENCRYPTED),
Dstatx_attrs.in5 STATX_ATTR_ENCRYPTED 0x00000800
/external/kernel-headers/original/uapi/linux/
Dstat.h169 #define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */ macro