Searched refs:O_TEMPORARY (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 502 #ifdef O_TEMPORARY in all_ins() 504 if (ins(d, "O_TEMPORARY", (long)O_TEMPORARY)) return -1; in all_ins()
|
/external/python/cpython2/Lib/ |
D | tempfile.py | 473 flags |= _os.O_TEMPORARY
|
/external/python/cpython3/Lib/ |
D | tempfile.py | 548 flags |= _os.O_TEMPORARY
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 137 pub const O_TEMPORARY: ::c_int = 0x0040; constant
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 3864 delete_on_close = flags & os.O_TEMPORARY == os.O_TEMPORARY
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 9340 #ifdef O_TEMPORARY in all_ins() 9342 if (ins(d, "O_TEMPORARY", (long)O_TEMPORARY)) return -1; in all_ins()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 15018 #ifdef O_TEMPORARY in all_ins() 15020 if (PyModule_AddIntMacro(m, O_TEMPORARY)) return -1; in all_ins()
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 902 O_TEMPORARY
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_os_test.py | 4076 fd = self.os.open(file_path, os.O_CREAT | os.O_RDWR | os.O_TEMPORARY)
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 1087 O_TEMPORARY
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5930 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/ |
D | HISTORY | 23314 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
|