Lines Matching refs:outf
135 outf = NamedTemporaryFile('w+', prefix="cgroup_client-",
144 ps = item.test("memfill %d %s" % (mem, outf.name))
155 outf.seek(0)
156 outf.flush()
157 out = outf.readlines()
172 ps = item.test("memfill %d %s" % (mem, outf.name))
187 outf.seek(0)
188 outf.flush()
189 out = outf.readlines()
220 ps = item.test("memfill %d %s" % (mem, outf.name))
235 outf.seek(0)
236 outf.flush()
237 out = outf.readlines()