OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SafeStrLen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/mini_installer/
mini_string.h
29
size_t
SafeStrLen
(const wchar_t* str, size_t alloc_size);
106
return
SafeStrLen
(buffer_, kCapacity);
mini_string.cc
43
size_t
SafeStrLen
(const wchar_t* str, size_t alloc_size) {
82
// Use
SafeStrLen
instead of lstrlen just in case the |dest| buffer isn't
84
int str_len =
SafeStrLen
(dest, dest_size);
Completed in 239 milliseconds