Searched refs:XMLAssert (Results 1 – 1 of 1) sorted by relevance
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | extensions.cpp | 70 bool XMLAssert(bool cond, const tinyxml2::XMLElement* elem, const char* msg) { in XMLAssert() function 108 XMLAssert(XMLYesNo(part, "slots", &part_info.slots), part, in ExtractPartitions() 110 XMLAssert(XMLYesNo(part, "hashable", &part_info.hashable, true), part, in ExtractPartitions() 112 XMLAssert(XMLYesNo(part, "parsed", &part_info.parsed), part, in ExtractPartitions() 140 XMLAssert(XMLYesNo(part, "slots", &packed_info.slots), part, in ExtractPacked() 172 if (XMLAssert(!packed_test.packed_img.empty(), test, in ExtractPacked() 174 XMLAssert(CMD_EXPECTS.find(expect) != CMD_EXPECTS.end(), test, in ExtractPacked() 181 XMLAssert(!packed_test.unpacked_dir.empty(), test, in ExtractPacked() 202 if (XMLAssert(config->getvars.find(key) == config->getvars.end(), var, in ExtractGetVars() 241 if (XMLAssert(CMD_EXPECTS.find(expect) != CMD_EXPECTS.end(), test, in ExtractOem() [all …]
|