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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
chunk.py 57 strflag = '>'
59 strflag = '<'
65 self.chunksize = struct.unpack(strflag+'L', file.read(4))[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
chunk.py 57 strflag = '>'
59 strflag = '<'
65 self.chunksize = struct.unpack(strflag+'L', file.read(4))[0]

Completed in 117 milliseconds