Lines Matching refs:open
107 with open(path) as f:
324 cmd.append(open(fn).read().rstrip("\n"))
329 cmd.append(open(fn).read().rstrip("\n"))
334 cmd.append(open(fn).read().rstrip("\n"))
434 devnull = open("/dev/null", "w+b")
744 f = open(self.pwfile, "w")
768 f = open(self.pwfile, "r")
886 f = open(diskname, "rb")
1078 with open(self.path + ".transfer.list", "rb") as f:
1080 with open(self.path + ".new.dat", "rb") as f:
1082 with open(self.path + ".patch.dat", "rb") as f:
1196 with open(os.path.join(input_dir, "BOOT", "RAMDISK", "init.rc")) as f: