Searched refs:product_str (Results 1 – 2 of 2) sorted by relevance
182 string product_str = ConvertToString(product_version); in GatherSystemInformation() local189 os_major_version_ = IntegerValueAtIndex(product_str, 0); in GatherSystemInformation()190 os_minor_version_ = IntegerValueAtIndex(product_str, 1); in GatherSystemInformation()191 os_build_number_ = IntegerValueAtIndex(product_str, 2); in GatherSystemInformation()
7174 product_str[256], in get_ppds() local7254 url_encode_attr(product, product_str, sizeof(product_str)); in get_ppds()7256 product_str[0] = '\0'; in get_ppds()7289 product ? "%20" : "", product_str, in get_ppds()