Home
last modified time | relevance | path

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

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

Completed in 23 milliseconds