Searched refs:uv__open_cloexec (Results 1 – 7 of 7) sorted by relevance
/third_party/libuv/src/unix/ |
D | random-devurandom.c | 38 fd = uv__open_cloexec(path, O_RDONLY); in uv__random_readpath()
|
D | qnx.c | 95 fd = uv__open_cloexec("/proc/self/ctl", O_RDONLY); in uv_resident_set_memory()
|
D | tty.c | 170 r = uv__open_cloexec(path, mode | O_NOCTTY); in uv_tty_init()
|
D | internal.h | 241 int uv__open_cloexec(const char* path, int flags);
|
D | core.c | 483 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()
|
D | stream.c | 91 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/ |
D | ChangeLog | 870 * unix: handle uv__open_cloexec return value correctly (Anna Henningsen) 4226 * unix: fix handling uv__open_cloexec failure (Saúl Ibarra Corretgé)
|