Lines Matching refs:read
44 return struct.unpack("<H", f.read(2))[0]
48 return struct.unpack("<L", f.read(4))[0]
52 return struct.unpack("B", f.read(1))[0]
118 def read(self, size): member in fat_file
235 data_file.write(data.read())
399 record = f.read(32)
405 record = f.read(32)
427 def read(self, count): member in root_dentry_file
434 ret = f.read(count)
531 chars = f.read(10)
533 chars += f.read(12)
535 chars += f.read(4)
556 shortname = ind + f.read(7).rstrip()
557 ext = f.read(3).rstrip()
603 line = f.read(size_now)