Home
last modified time | relevance | path

Searched refs:IntegerValueAtIndex (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/mac/
Dstring_utilities.h48 unsigned int IntegerValueAtIndex(string &str, unsigned int idx);
Dstring_utilities.cc56 unsigned int IntegerValueAtIndex(string &str, unsigned int idx) { in IntegerValueAtIndex() function
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc61 using MacStringUtils::IntegerValueAtIndex;
169 os_major_version_ = IntegerValueAtIndex(product_str, 0); in GatherSystemInformation()
170 os_minor_version_ = IntegerValueAtIndex(product_str, 1); in GatherSystemInformation()
171 os_build_number_ = IntegerValueAtIndex(product_str, 2); in GatherSystemInformation()