Home
last modified time | relevance | path

Searched refs:CheckFastbootInfoRequirements (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/
Dtask_test.cpp127 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()
Dfastboot.h165 bool CheckFastbootInfoRequirements(const std::vector<std::string>& command,
Dfastboot.cpp1710 bool CheckFastbootInfoRequirements(const std::vector<std::string>& command, in CheckFastbootInfoRequirements() function
1750 if (!CheckFastbootInfoRequirements(command, FASTBOOT_INFO_VERSION)) { in ParseFastbootInfo()