Searched defs:SafeStrCat (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_string.cc66 // Furthermore, since SafeStrCopy is called from SafeStrCat, we do not
71 // if (!SafeStrCat(buf, arraysize(buf), kLongName))
72 // SafeStrCat(buf, arraysize(buf), kShortName);
74 // If we were to return false in the first call to SafeStrCat but still
81 bool SafeStrCat(wchar_t* dest, size_t dest_size, const wchar_t* src) { function in namespace:mini_installer

Completed in 855 milliseconds