Searched refs:XMLAttribute (Results 1 – 1 of 1) sorted by relevance
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 77 const std::string XMLAttribute(const tinyxml2::XMLElement* elem, const std::string key, in XMLAttribute() function 105 const std::string name = XMLAttribute(part, "value"); in ExtractPartitions() 106 const std::string test = XMLAttribute(part, "test"); in ExtractPartitions() 137 const std::string name = XMLAttribute(part, "value"); in ExtractPacked() 168 packed_test.packed_img = XMLAttribute(test, "packed"); in ExtractPacked() 169 packed_test.unpacked_dir = XMLAttribute(test, "unpacked"); in ExtractPacked() 170 const std::string expect = XMLAttribute(test, "expect", "okay"); in ExtractPacked() 199 const std::string key = XMLAttribute(var, "key"); in ExtractGetVars() 200 const std::string reg = XMLAttribute(var, "assert"); in ExtractGetVars() 217 const std::string cmd = XMLAttribute(command, "value"); in ExtractOem() [all …]
|