Home
last modified time | relevance | path

Searched refs:WideToMBCP (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/windows/
Dhttp_upload.cc88 string WideToMBCP(const wstring &wide, unsigned int cp) { in WideToMBCP() function
122 ifstream file(WideToMBCP(filename, CP_ACP).c_str(), ios::binary); in GetFileContents()
163 return WideToMBCP(wide, CP_UTF8); in WideToUTF8()