HomeSort by relevance Sort by last modified time
    Searched refs:safe_mbstowcs (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/common/windows/
string_utils-inl.h 88 static bool safe_mbstowcs(const string &mbs, wstring *wcs);
90 // The inverse of safe_mbstowcs.
string_utils.cc 48 bool WindowsStringUtils::safe_mbstowcs(const string &mbs, wstring *wcs) { function in class:google_breakpad::WindowsStringUtils
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.cc 492 if (!WindowsStringUtils::safe_mbstowcs(pe_file, &pe_file_w)) {
495 "WindowsStringUtils::safe_mbstowcs failed for %s\n",
500 if (!WindowsStringUtils::safe_mbstowcs(pdb_file, &pdb_file_w)) {
503 "WindowsStringUtils::safe_mbstowcs failed for %s\n",

Completed in 2431 milliseconds