Searched refs:_text_openflags (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtempfile.py64 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable
66 _text_openflags |= _os.O_NOINHERIT
68 _text_openflags |= _os.O_NOFOLLOW
70 _bin_openflags = _text_openflags
179 flags = _text_openflags
289 flags = _text_openflags
440 flags = _text_openflags
476 flags = _text_openflags
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_tempfile.py21 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)
200 _tflags = tempfile._text_openflags

Completed in 7 milliseconds