Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc160 string product_str = ConvertToString(product_version); in GatherSystemInformation() local
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()