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
76 FILE* file = tmpfile(); in memfd_create_compat()
31 FILE* tmp = tmpfile(); in MakeTestFile()407 art::ScratchFile tmpfile; in GetFilesystemBlockSize() local408 if (!tmpfile.GetFile()->IsOpened()) { in GetFilesystemBlockSize()412 if (fstat(tmpfile.GetFd(), &tmp_stat) != 0) { in GetFilesystemBlockSize()