Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtempfile.py54 _bin_openflags = _text_openflags variable
56 _bin_openflags |= _os.O_BINARY
206 fd = _os.open(filename, _bin_openflags, 0o600)
338 flags = _bin_openflags
540 flags = _bin_openflags
588 flags = _bin_openflags
/external/python/cpython2/Lib/
Dtempfile.py71 _bin_openflags = _text_openflags variable
73 _bin_openflags |= _os.O_BINARY
312 flags = _bin_openflags
466 flags = _bin_openflags
507 flags = _bin_openflags
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py121 _bin_openflags = _text_openflags variable
122 _bin_openflags |= getattr(_os, 'O_BINARY', 0)
133 flags = _bin_openflags
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py121 _bin_openflags = _text_openflags variable
122 _bin_openflags |= getattr(_os, 'O_BINARY', 0)
133 flags = _bin_openflags
/external/python/cpython2/Lib/test/
Dtest_tempfile.py26 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)
335 _bflags = tempfile._bin_openflags
448 tempfile._bin_openflags)
691 _bflags = tempfile._bin_openflags
/external/python/cpython3/Lib/test/
Dtest_tempfile.py25 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)
362 _bflags = tempfile._bin_openflags
503 tempfile._bin_openflags,
798 _bflags = tempfile._bin_openflags