Searched refs:tempDirOut (Results 1 – 3 of 3) sorted by relevance
411 bool GetTempDir(char *tempDirOut, uint32_t maxDirNameLen) in GetTempDir() argument413 DWORD pathLen = ::GetTempPathA(maxDirNameLen, tempDirOut); in GetTempDir()417 size_t lastChar = strlen(tempDirOut) - 1; in GetTempDir()418 if (tempDirOut[lastChar] == '\\') in GetTempDir()420 tempDirOut[lastChar] = 0; in GetTempDir()
401 bool GetTempDir(char *tempDirOut, uint32_t maxDirNameLen) in GetTempDir() argument406 strncpy(tempDirOut, tmp, maxDirNameLen); in GetTempDir()415 strncpy(tempDirOut, "/tmp", maxDirNameLen); in GetTempDir()
45 bool GetTempDir(char *tempDirOut, uint32_t maxDirNameLen);