Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dstat.h95 #define STATX_ALL 0x00000fffU macro
/bionic/tests/
Dsys_stat_test.cpp109 int rc = statx(AT_FDCWD, "/proc/version", AT_STATX_SYNC_AS_STAT, STATX_ALL, &sx); in TEST()