Searched refs:statx (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/include/sys/ |
D | stat.h | 183 int statx(int __dir_fd, const char* __path, int __flags, unsigned __mask, struct statx* __buf) __IN…
|
/bionic/tests/ |
D | sys_stat_test.cpp | 106 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/ |
D | stat.h | 59 struct statx { struct
|
/bionic/libc/ |
D | SYSCALLS.TXT | 212 int statx(int, const char*, int, unsigned, struct statx*) all
|
D | libc.map.txt | 1508 statx;
|
/bionic/docs/ |
D | status.md | 56 * `renameat2` and `statx` (Linux-specific GNU extensions).
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1508 statx;
|