HomeSort by relevance Sort by last modified time
    Searched refs:_bin_openflags (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 71 _bin_openflags = _text_openflags variable
73 _bin_openflags |= _os.O_BINARY
302 flags = _bin_openflags
449 flags = _bin_openflags
485 flags = _bin_openflags
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 71 _bin_openflags = _text_openflags variable
73 _bin_openflags |= _os.O_BINARY
302 flags = _bin_openflags
449 flags = _bin_openflags
485 flags = _bin_openflags
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 25 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)
277 _bflags = tempfile._bin_openflags
582 _bflags = tempfile._bin_openflags
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 25 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)
277 _bflags = tempfile._bin_openflags
582 _bflags = tempfile._bin_openflags

Completed in 267 milliseconds