Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc182 string product_str = ConvertToString(product_version); in GatherSystemInformation() local
189 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()
/external/libcups/scheduler/
Dipp.c7174 product_str[256], in get_ppds() local
7254 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()