Searched defs:GetVar (Results 1 – 4 of 4) sorted by relevance
54 struct GetVar { struct55 std::string regex_str;56 std::regex regex;57 int line_num;
273 TEST_F(Conformance, GetVar) { in TEST_F() argument
32 TEST_F(DriverTest, GetVar) { in TEST_F() argument
100 RetCode FastBootDriver::GetVar(const std::string& key, std::string* val, in GetVar() function in fastboot::FastBootDriver