Searched refs:path_result (Results 1 – 1 of 1) sorted by relevance
586 DWORD path_result = 0; in OpenTemporaryFile() local587 path_result = GetTempPathA(MAX_PATH, tempPathBuffer); in OpenTemporaryFile()588 if (path_result > MAX_PATH || path_result == 0) return NULL; in OpenTemporaryFile()