Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtempfile.py65 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable
67 _text_openflags |= _os.O_NOINHERIT
69 _text_openflags |= _os.O_NOFOLLOW
71 _bin_openflags = _text_openflags
187 flags = _text_openflags
310 flags = _text_openflags
468 flags = _text_openflags
509 flags = _text_openflags
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable
118 _text_openflags |= getattr(_os, 'O_NOINHERIT', 0)
119 _text_openflags |= getattr(_os, 'O_NOFOLLOW', 0)
121 _bin_openflags = _text_openflags
131 flags = _text_openflags
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable
118 _text_openflags |= getattr(_os, 'O_NOINHERIT', 0)
119 _text_openflags |= getattr(_os, 'O_NOFOLLOW', 0)
121 _bin_openflags = _text_openflags
131 flags = _text_openflags
/external/python/cpython3/Lib/
Dtempfile.py50 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable
52 _text_openflags |= _os.O_NOFOLLOW
54 _bin_openflags = _text_openflags
336 flags = _text_openflags
/external/python/cpython2/Lib/test/
Dtest_tempfile.py26 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)
336 _tflags = tempfile._text_openflags
/external/python/cpython3/Lib/test/
Dtest_tempfile.py25 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)
363 _tflags = tempfile._text_openflags