Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp118 const std::string* prop_value = system_properties_.GetProperty(key); in GetProperty() local
119 if (prop_value == nullptr) { in GetProperty()
128 size_t size = std::min(kPropertyValueMax - 1, prop_value->length()); in GetProperty()
129 strncpy(value, prop_value->data(), size); in GetProperty()
/frameworks/av/media/mtp/
DMtpServer.cpp441 char prop_value[PROPERTY_VALUE_MAX]; in doGetDeviceInfo() local
473 property_get("ro.product.manufacturer", prop_value, "unknown manufacturer"); in doGetDeviceInfo()
474 string.set(prop_value); in doGetDeviceInfo()
477 property_get("ro.product.model", prop_value, "MTP Device"); in doGetDeviceInfo()
478 string.set(prop_value); in doGetDeviceInfo()
483 property_get("ro.serialno", prop_value, "????????"); in doGetDeviceInfo()
484 string.set(prop_value); in doGetDeviceInfo()