Home
last modified time | relevance | path

Searched refs:statx (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/include/sys/
Dstat.h183 int statx(int __dir_fd, const char* __path, int __flags, unsigned __mask, struct statx* __buf) __IN…
/bionic/tests/
Dsys_stat_test.cpp106 TEST(sys_stat, statx) { in TEST() argument
108 struct statx sx; in TEST()
109 int rc = statx(AT_FDCWD, "/proc/version", AT_STATX_SYNC_AS_STAT, STATX_ALL, &sx); in TEST()
/bionic/libc/kernel/uapi/linux/
Dstat.h59 struct statx { struct
/bionic/libc/
DSYSCALLS.TXT211 int statx(int, const char*, int, unsigned, struct statx*) all
Dlibc.map.txt1508 statx;
/bionic/docs/
Dstatus.md56 * `renameat2` and `statx` (Linux-specific GNU extensions).
/bionic/tools/versioner/platforms/
Dlibc.map.txt1508 statx;