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

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

Completed in 78 milliseconds