Home
last modified time | relevance | path

Searched refs:O_TEMPORARY (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt111 O_TEMPORARY
/third_party/python/Lib/
Dtempfile.py564 flags |= _os.O_TEMPORARY
/third_party/rust/crates/libc/src/windows/
Dmod.rs137 pub const O_TEMPORARY: ::c_int = 0x0040; constant
/third_party/python/Modules/
Dposixmodule.c15018 #ifdef O_TEMPORARY in all_ins()
15020 if (PyModule_AddIntMacro(m, O_TEMPORARY)) return -1; in all_ins()
/third_party/python/Doc/library/
Dos.rst1087 O_TEMPORARY
/third_party/python/Misc/
DHISTORY23314 O_NOINHERIT, O_SHORT_LIVED, O_TEMPORARY, O_RANDOM and O_SEQUENTIAL.
23317 to Microsoft docs, O_SHORT_LIVED does not seem to imply O_TEMPORARY