Lines Matching refs:string
37 std::string verity_mode = android::base::GetProperty("ro.boot.veritymode", ""); in SetUp()
51 verifier_.set_property_reader([](const std::string& /* id */) { return "mock_fingerprint"; }); in SetUp() argument
61 std::string ConstructProto( in ConstructProto()
62 std::vector<std::unordered_map<std::string, std::string>>& partitions) { in ConstructProto() argument
89 std::string care_map_prefix_;
90 std::string care_map_pb_;
91 std::string care_map_txt_;
93 std::string property_id_;
94 std::string fingerprint_;
108 std::string content = "system\n2,0,1"; in TEST_F()
125 std::vector<std::unordered_map<std::string, std::string>> partitions = { in TEST_F()
134 std::string proto = ConstructProto(partitions); in TEST_F()
147 std::vector<std::unordered_map<std::string, std::string>> partitions = { in TEST_F()
155 std::string proto = ConstructProto(partitions); in TEST_F()
167 std::vector<std::unordered_map<std::string, std::string>> partitions = { in TEST_F()
176 std::string proto = ConstructProto(partitions); in TEST_F()
188 std::vector<std::unordered_map<std::string, std::string>> partitions = { in TEST_F()
195 std::string proto = ConstructProto(partitions); in TEST_F()
207 std::vector<std::unordered_map<std::string, std::string>> partitions = { in TEST_F()
216 std::string proto = ConstructProto(partitions); in TEST_F()