Home
last modified time | relevance | path

Searched refs:O_NOINHERIT (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dfile_open.c80 #ifdef O_NOINHERIT in avpriv_open()
81 flags |= O_NOINHERIT; in avpriv_open()
/third_party/python/PC/
H A D_msi.c102 int result = _wopen(ws, oflag | O_NOINHERIT, pmode); in FNFCIOPEN()
239 int result = _wopen(ws, _O_RDONLY | _O_BINARY | O_NOINHERIT); in FNFCIGETOPENINFO()
/third_party/python/Modules/_io/
H A Dfileio.c356 flags |= O_NOINHERIT;
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs136 pub const O_NOINHERIT: ::c_int = 0x0080; consts
/third_party/python/Python/
H A Dfileutils.c1511 flags |= O_NOINHERIT; in _Py_open_impl()
/third_party/python/Modules/
H A Dposixmodule.c9296 flags |= O_NOINHERIT; in os_open_impl()
15216 #ifdef O_NOINHERIT in all_ins()
15218 if (PyModule_AddIntMacro(m, O_NOINHERIT)) return -1; in all_ins()

Completed in 23 milliseconds