Lines Matching refs:tempDir
36 tempDir string member
50 tempDir, err := ioutil.TempDir("", "compiler_wrapper")
54 defer os.RemoveAll(tempDir)
58 wd: tempDir,
59 tempDir: tempDir,
143 ctx.cfg.newWarningsDir = filepath.Join(ctx.tempDir, "fatal_clang_warnings")
144 ctx.cfg.triciumNitsDir = filepath.Join(ctx.tempDir, "tricium_nits")
145 ctx.cfg.crashArtifactsDir = filepath.Join(ctx.tempDir, "clang_crash_diagnostics")
160 fullFileName = filepath.Join(ctx.tempDir, fullFileName)
172 oldname = filepath.Join(ctx.tempDir, oldname)
175 newname = filepath.Join(ctx.tempDir, newname)