Searched refs:CheckFastbootInfoRequirements (Results 1 – 3 of 3) sorted by relevance
100 ASSERT_TRUE(CheckFastbootInfoRequirements(android::base::Split(version, " "))) << version; in TEST_F()103 ASSERT_FALSE(CheckFastbootInfoRequirements(android::base::Split(version, " "))) << version; in TEST_F()
136 bool CheckFastbootInfoRequirements(const std::vector<std::string>& command);
1687 bool CheckFastbootInfoRequirements(const std::vector<std::string>& command) { in CheckFastbootInfoRequirements() function1724 if (!CheckFastbootInfoRequirements(command)) { in ParseFastbootInfo()