Searched refs:path_result (Results 1 – 1 of 1) sorted by relevance
590 DWORD path_result = 0; in OpenTemporaryFile() local591 path_result = GetTempPathA(MAX_PATH, tempPathBuffer); in OpenTemporaryFile()592 if (path_result > MAX_PATH || path_result == 0) return nullptr; in OpenTemporaryFile()