Searched refs:property_string_raw_bytes (Results 1 – 1 of 1) sorted by relevance
117 char property_string_raw_bytes[PROPERTY_VALUE_MAX] = {}; in getPropertyString() local118 int len = property_get(property_name, property_string_raw_bytes, ""); in getPropertyString()119 return std::string(property_string_raw_bytes, len); in getPropertyString()