Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dtask_test.cpp100 ASSERT_TRUE(CheckFastbootInfoRequirements(android::base::Split(version, " "))) << version; in TEST_F()
103 ASSERT_FALSE(CheckFastbootInfoRequirements(android::base::Split(version, " "))) << version; in TEST_F()
H A Dfastboot.h136 bool CheckFastbootInfoRequirements(const std::vector<std::string>& command);
H A Dfastboot.cpp1687 bool CheckFastbootInfoRequirements(const std::vector<std::string>& command) { in CheckFastbootInfoRequirements() function
1724 if (!CheckFastbootInfoRequirements(command)) { in ParseFastbootInfo()