Searched refs:product_str (Results 1 – 1 of 1) sorted by relevance
160 string product_str = ConvertToString(product_version); in GatherSystemInformation() local169 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()