Searched defs:szTempDir (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1576 char szTempDir[RTPATH_MAX - sizeof("/stderr")]; local
1577 int rc = RTPathTemp(szTempDir, sizeof(szTempDir));
1580 rc = RTPathAppend(szTempDir, sizeof(szTempDir), "VBoxExtPackHelper-XXXXXX");
1583 rc = RTDirCreateTemp(szTempDir, 0700);
1590 rc = RTPathJoin(szStdOut, sizeof(szStdOut), szTempDir, "stdout");
1592 rc = RTPathJoin(szStdErr, sizeof(szStdErr), szTempDir, "stderr");
1646 RTDirRemove(szTempDir);

Completed in 47 milliseconds