Searched refs:tmpfile (Results 1 – 3 of 3) sorted by relevance
33 def run_one(cmd, tmpfile): argument35 with open(tmpfile, "x") as fd:36 return tmpfile, subprocess.run(cmd, stdout=fd).returncode
87 FILE* file = tmpfile(); in memfd_create_compat()
28 FILE* tmp = tmpfile(); in MakeTestFile()