Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dfs.c1527 static int uv__fs_statx(int fd, in uv__fs_statx() function
1592 ret = uv__fs_statx(-1, path, /* is_fstat */ 0, /* is_lstat */ 0, buf); in uv__fs_stat()
1608 ret = uv__fs_statx(-1, path, /* is_fstat */ 0, /* is_lstat */ 1, buf); in uv__fs_lstat()
1624 ret = uv__fs_statx(fd, "", /* is_fstat */ 1, /* is_lstat */ 0, buf); in uv__fs_fstat()

Completed in 10 milliseconds