Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/
Dlibwebsockets.h91 #define _O_RDONLY 0x0000 macro
92 #define O_RDONLY _O_RDONLY
134 #define LWS_O_RDONLY _O_RDONLY
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dunicode_gif.h49 int file_handle = _wopen(file_name, _O_RDONLY | _O_BINARY); in DGifOpenFileUnicode()
/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/e2fsprogs/include/nonunix/
Dunistd.h12 #define O_RDONLY _O_RDONLY
/third_party/libwebsockets/lib/plat/windows/
Dwindows-file.c45 if (((*flags) & 7) == _O_RDONLY) { in _lws_plat_file_open()
/third_party/glib/glib/
Dgspawn-win32-helper.c339 helper_sync_fd = reopen_noninherited (helper_sync_fd, _O_RDONLY); in WinMain()
Dgwin32.c854 { FALSE, stdin, "stdin", STD_INPUT_HANDLE, _O_RDONLY, "rb" }, in g_console_win32_init()
Dgspawn-win32.c652 child_err_report_pipe[0] = reopen_noninherited (child_err_report_pipe[0], _O_RDONLY); in fork_exec()
Dgiowin32.c175 ((flags & 0x3) == _O_RDONLY ? "O_RDONLY" : in g_win32_print_access_mode()
/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/libuv/include/uv/
Dwin.h673 #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/boost/tools/build/src/engine/
Ddebugger.cpp1045 read_fd = _open_osfhandle( (intptr_t)read_handle, _O_RDONLY ); in debug_init_handles()
1062 command_child = _fdopen( _open_osfhandle( (intptr_t)in, _O_RDONLY ), "r" ); in init_parent_handles()
/third_party/python/Modules/
Dposixmodule.c10113 fds[0] = _Py_open_osfhandle_noraise(read, _O_RDONLY); in os_pipe_impl()