Home
last modified time | relevance | path

Searched refs:kValueMaxLength (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h46 static const int kValueMaxLength = 64; member
73 WindowsStringUtils::safe_wcscpy(value, kValueMaxLength, value_arg); in set_value()
82 wchar_t value[kValueMaxLength];
/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc179 _i64tow_s(delay, value, CustomInfoEntry::kValueMaxLength, 10); in SetProcessUptime()