OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv__statx
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
linux-syscalls.h
37
struct
uv__statx
{
struct
71
int
uv__statx
(int dirfd,
75
struct
uv__statx
* statxbuf);
linux-syscalls.c
245
int
uv__statx
(int dirfd,
function
249
struct
uv__statx
* statxbuf) {
internal.h
195
struct
uv__statx
{
struct
457
int
uv__statx
(int dirfd,
461
struct
uv__statx
* statxbuf);
462
void uv__statx_to_stat(const struct
uv__statx
* statxbuf, uv_stat_t* buf);
linux.c
396
int
uv__statx
(int dirfd,
function
400
struct
uv__statx
* statxbuf) {
1085
struct
uv__statx
* statxbuf;
1123
void uv__statx_to_stat(const struct
uv__statx
* statxbuf, uv_stat_t* buf) {
1148
struct
uv__statx
* statxbuf;
fs.c
1519
struct
uv__statx
statxbuf;
1540
rc =
uv__statx
(dirfd, path, flags, mode, &statxbuf);
Completed in 60 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026