Searched refs:full_tmp_path (Results 1 – 1 of 1) sorted by relevance
2087 WCHAR full_tmp_path[MAX_PATH]; in GetTempPathW() local2106 ret = GetFullPathNameW(tmp_path, MAX_PATH, full_tmp_path, NULL); in GetTempPathW()2115 if (full_tmp_path[ret-1] != '\\') in GetTempPathW()2117 full_tmp_path[ret++] = '\\'; in GetTempPathW()2118 full_tmp_path[ret] = '\0'; in GetTempPathW()2125 lstrcpynW(path, full_tmp_path, count); in GetTempPathW()