Home
last modified time | relevance | path

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

/external/python/cpython2/RISCOS/Modules/
Driscosmodule.c502 #ifdef O_TEMPORARY in all_ins()
504 if (ins(d, "O_TEMPORARY", (long)O_TEMPORARY)) return -1; in all_ins()
/external/python/cpython2/Lib/
Dtempfile.py473 flags |= _os.O_TEMPORARY
/external/python/cpython3/Lib/
Dtempfile.py548 flags |= _os.O_TEMPORARY
/external/rust/crates/libc/src/windows/
Dmod.rs137 pub const O_TEMPORARY: ::c_int = 0x0040; constant
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py3864 delete_on_close = flags & os.O_TEMPORARY == os.O_TEMPORARY
/external/python/cpython2/Modules/
Dposixmodule.c9340 #ifdef O_TEMPORARY in all_ins()
9342 if (ins(d, "O_TEMPORARY", (long)O_TEMPORARY)) return -1; in all_ins()
/external/python/cpython3/Modules/
Dposixmodule.c15018 #ifdef O_TEMPORARY in all_ins()
15020 if (PyModule_AddIntMacro(m, O_TEMPORARY)) return -1; in all_ins()
/external/python/cpython2/Doc/library/
Dos.rst902 O_TEMPORARY
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py4076 fd = self.os.open(file_path, os.O_CREAT | os.O_RDWR | os.O_TEMPORARY)
/external/python/cpython3/Doc/library/
Dos.rst1087 O_TEMPORARY
/external/python/cpython2/Misc/
DHISTORY5930 O_NOINHERIT, O_SHORT_LIVED, O_TEMPORARY, O_RANDOM and O_SEQUENTIAL.
5933 to Microsoft docs, O_SHORT_LIVED does not seem to imply O_TEMPORARY
/external/python/cpython3/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