Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/
Dlibwebsockets.h87 #define _O_RDONLY 0x0000 macro
88 #define O_RDONLY _O_RDONLY
130 #define LWS_O_RDONLY _O_RDONLY
/third_party/skia/third_party/externals/libwebp/examples/
Dunicode_gif.h49 int file_handle = _wopen(file_name, _O_RDONLY | _O_BINARY); in DGifOpenFileUnicode()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-file.c45 if (((*flags) & 7) == _O_RDONLY) in _lws_plat_file_open()
/third_party/libuv/test/
Drunner-win.c224 fd = _open_osfhandle((intptr_t)p->stdio_out, _O_RDONLY | _O_TEXT); in process_copy_output()
Dtest-pipe-getsockname.c224 readfd = _open_osfhandle((intptr_t)readh, _O_RDONLY); in TEST_IMPL()
/third_party/node/deps/uv/include/uv/
Dwin.h679 #define UV_FS_O_RDONLY _O_RDONLY
/third_party/libuv/include/uv/
Dwin.h680 #define UV_FS_O_RDONLY _O_RDONLY
/third_party/python/PC/
D_msi.c239 int result = _wopen(ws, _O_RDONLY | _O_BINARY | O_NOINHERIT); in FNFCIGETOPENINFO()
/third_party/python/Modules/_io/
Dwinconsoleio.c371 self->fd = _Py_open_osfhandle_noraise(handle, _O_RDONLY | _O_BINARY); in _io__WindowsConsoleIO___init___impl()
/third_party/python/Modules/
Dposixmodule.c10113 fds[0] = _Py_open_osfhandle_noraise(read, _O_RDONLY); in os_pipe_impl()