Searched refs:tempdir (Results 1 – 3 of 3) sorted by relevance
83 char *tempdir = NULL, *myself = get_self_path(); in test__sdt_event() local90 tempdir = realpath(__tempdir, NULL); in test__sdt_event()91 if (tempdir == NULL) in test__sdt_event()95 set_buildid_dir(tempdir); in test__sdt_event()112 free(tempdir); in test__sdt_event()
282 def run_cmd(self, tempdir): argument298 cmd = "PERF_TEST_ATTR=%s %s %s -o %s/perf.data %s" % (tempdir,299 self.perf, self.command, tempdir, self.args)375 tempdir = tempfile.mkdtemp();379 self.run_cmd(tempdir);383 for f in glob.glob(tempdir + '/event*'):396 shutil.rmtree(tempdir)
4 Checking environment variables for a tempdir...none found
Completed in 4 milliseconds