Searched refs:CheckFastbootInfoRequirements (Results 1 – 3 of 3) sorted by relevance
127 ASSERT_TRUE(CheckFastbootInfoRequirements(android::base::Split(version, " "), 26)) in TEST_F()133 ASSERT_FALSE(CheckFastbootInfoRequirements(android::base::Split(version, " "), 0)) in TEST_F()138 ASSERT_FALSE(CheckFastbootInfoRequirements(android::base::Split(version, " "), 100)) in TEST_F()
165 bool CheckFastbootInfoRequirements(const std::vector<std::string>& command,
1710 bool CheckFastbootInfoRequirements(const std::vector<std::string>& command, in CheckFastbootInfoRequirements() function1750 if (!CheckFastbootInfoRequirements(command, FASTBOOT_INFO_VERSION)) { in ParseFastbootInfo()