Searched refs:_O_RDONLY (Results 1 – 16 of 16) sorted by relevance
/third_party/libwebsockets/include/ |
D | libwebsockets.h | 91 #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/ |
D | unicode_gif.h | 49 int file_handle = _wopen(file_name, _O_RDONLY | _O_BINARY); in DGifOpenFileUnicode()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | unicode_gif.h | 49 int file_handle = _wopen(file_name, _O_RDONLY | _O_BINARY); in DGifOpenFileUnicode()
|
/third_party/e2fsprogs/include/nonunix/ |
D | unistd.h | 12 #define O_RDONLY _O_RDONLY
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-file.c | 45 if (((*flags) & 7) == _O_RDONLY) { in _lws_plat_file_open()
|
/third_party/glib/glib/ |
D | gspawn-win32-helper.c | 339 helper_sync_fd = reopen_noninherited (helper_sync_fd, _O_RDONLY); in WinMain()
|
D | gwin32.c | 854 { FALSE, stdin, "stdin", STD_INPUT_HANDLE, _O_RDONLY, "rb" }, in g_console_win32_init()
|
D | gspawn-win32.c | 652 child_err_report_pipe[0] = reopen_noninherited (child_err_report_pipe[0], _O_RDONLY); in fork_exec()
|
D | giowin32.c | 175 ((flags & 0x3) == _O_RDONLY ? "O_RDONLY" : in g_win32_print_access_mode()
|
/third_party/libuv/test/ |
D | runner-win.c | 224 fd = _open_osfhandle((intptr_t)p->stdio_out, _O_RDONLY | _O_TEXT); in process_copy_output()
|
D | test-pipe-getsockname.c | 224 readfd = _open_osfhandle((intptr_t)readh, _O_RDONLY); in TEST_IMPL()
|
/third_party/libuv/include/uv/ |
D | win.h | 673 #define UV_FS_O_RDONLY _O_RDONLY
|
/third_party/python/PC/ |
D | _msi.c | 239 int result = _wopen(ws, _O_RDONLY | _O_BINARY | O_NOINHERIT); in FNFCIGETOPENINFO()
|
/third_party/python/Modules/_io/ |
D | winconsoleio.c | 371 self->fd = _Py_open_osfhandle_noraise(handle, _O_RDONLY | _O_BINARY); in _io__WindowsConsoleIO___init___impl()
|
/third_party/boost/tools/build/src/engine/ |
D | debugger.cpp | 1045 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/ |
D | posixmodule.c | 10113 fds[0] = _Py_open_osfhandle_noraise(read, _O_RDONLY); in os_pipe_impl()
|