Home | History | Annotate | Download | only in tests

Lines Matching refs:tmpdir

84     const char* tmpdir = getenv("TMPDIR");
85 if (tmpdir == NULL)
86 tmpdir = "/tmp";
87 mkdir(tmpdir, 0755); // if necessary
88 HeapProfilerStart((string(tmpdir) + "/start_stop").c_str());
103 const char* tmpdir = getenv("TMPDIR");
104 if (tmpdir == NULL)
105 tmpdir = "/tmp";
106 mkdir(tmpdir, 0755); // if necessary
107 HeapProfilerStart((string(tmpdir) + "/dump").c_str());