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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 221 flagsByte = fRead.read(1)
222 self.assertEqual(flagsByte, '\x08') # only the FNAME flag is set
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 221 flagsByte = fRead.read(1)
222 self.assertEqual(flagsByte, '\x08') # only the FNAME flag is set

Completed in 659 milliseconds