Searched refs:key_suffix (Results 1 – 1 of 1) sorted by relevance
98 std::string_view key_suffix(key); in GetProperty() local99 CHECK(android::base::ConsumePrefix(&key_suffix, "ro.product")); in GetProperty()101 std::string resolved_key = "ro.product." + source + std::string(key_suffix); in GetProperty()