Home
last modified time | relevance | path

Searched refs:O_TEMPORARY (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dtempfile.py565 # Setting O_TEMPORARY in the flags causes the OS to delete
568 flags |= _os.O_TEMPORARY
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs137 pub const O_TEMPORARY: ::c_int = 0x0040; consts
/third_party/python/Modules/
H A Dposixmodule.c15225 #ifdef O_TEMPORARY in all_ins()
15227 if (PyModule_AddIntMacro(m, O_TEMPORARY)) return -1; in all_ins()

Completed in 18 milliseconds