Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Drandom-devurandom.c38 fd = uv__open_cloexec(path, O_RDONLY); in uv__random_readpath()
Dqnx.c95 fd = uv__open_cloexec("/proc/self/ctl", O_RDONLY); in uv_resident_set_memory()
Dtty.c170 r = uv__open_cloexec(path, mode | O_NOCTTY); in uv_tty_init()
Dinternal.h241 int uv__open_cloexec(const char* path, int flags);
Dcore.c483 fd = uv__open_cloexec(path, O_RDONLY); in uv__open_file()
987 int uv__open_cloexec(const char* path, int flags) { in uv__open_cloexec() function
1021 fd = uv__open_cloexec(filename, O_RDONLY); in uv__slurp()
Dstream.c91 err = uv__open_cloexec("/dev/null", O_RDONLY); in uv__stream_init()
96 err = uv__open_cloexec("/", O_RDONLY); in uv__stream_init()
499 emfile_fd = uv__open_cloexec("/", O_RDONLY); in uv__emfile_trick()
/third_party/libuv/
DChangeLog870 * unix: handle uv__open_cloexec return value correctly (Anna Henningsen)
4226 * unix: fix handling uv__open_cloexec failure (Saúl Ibarra Corretgé)