Home
last modified time | relevance | path

Searched refs:checksum_parser (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/fuzzy_fastboot/
Dextensions.h126 std::string checksum_parser; member
Dextensions.cpp266 config->checksum_parser = XMLAttribute(checksum, "parser"); in ExtractChecksum()
267 if (XMLAssert(config->checksum_parser != "", checksum, in ExtractChecksum()
Dmain.cpp118 const std::vector<std::string> args = SplitBySpace(config.checksum_parser); in PartitionHash()
127 config.checksum_parser.c_str(), strerror(errno)); in PartitionHash()
134 config.checksum_parser.c_str(), hash->c_str()); in PartitionHash()
DREADME.md203 as well as the associated python scripts 'checksum_parser.py' (used to extract partition hash),