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

  /external/chromium_org/chrome/installer/mini_installer/
mini_string.h 42 bool SafeStrCat(wchar_t* dest, size_t dest_size, const wchar_t* src);
98 return SafeStrCat(buffer_, kCapacity, str);
mini_string.cc 66 // 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) {

Completed in 1358 milliseconds