Searched refs:property_reader_ (Results 1 – 2 of 2) sorted by relevance
70 std::function<std::string(const std::string&)> property_reader_; variable
87 property_reader_([](const std::string& id) { return android::base::GetProperty(id, ""); }) {} in UpdateVerifier()269 std::string fingerprint = property_reader_(partition.id()); in ParseCareMap()294 property_reader_ = property_reader; in set_property_reader()