Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dhttp_upload.h108 return WideToMBCP(wide, CP_UTF8); in WideToUTF8()
112 static string WideToMBCP(const wstring &wide, unsigned int cp);
Dhttp_upload.cc336 ifstream file(WideToMBCP(filename, CP_ACP).c_str(), ios::binary); in GetFileContents()
380 string HTTPUpload::WideToMBCP(const wstring &wide, unsigned int cp) { in WideToMBCP() function in google_breakpad::HTTPUpload