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()
271 def run_cmd(self, tempdir): argument286 cmd = "PERF_TEST_ATTR=%s %s %s -o %s/perf.data %s" % (tempdir,287 self.perf, self.command, tempdir, self.args)363 tempdir = tempfile.mkdtemp();367 self.run_cmd(tempdir);371 for f in glob.glob(tempdir + '/event*'):384 shutil.rmtree(tempdir)
4 Checking environment variables for a tempdir...none found