Home
last modified time | relevance | path

Searched defs:statx (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs4076 pub fn statx( in statx() function
4081 statxbuf: *mut statx, in statx()
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs3292 pub fn statx(path: *mut c_char, buf: *mut stat, length: c_int, command: c_int) -> c_int; in statx() function