Searched refs:ParseOps (Results 1 – 4 of 4) sorted by relevance
74 return ParseOps(fd, op_index.value()); in Parse()97 bool CowParserV3::ParseOps(borrowed_fd fd, const uint32_t op_index) { in ParseOps() function in android::snapshot::CowParserV3
40 bool ParseOps(android::base::borrowed_fd fd, std::optional<uint64_t> label);
51 bool ParseOps(android::base::borrowed_fd fd, const uint32_t op_index);
61 return ParseOps(fd, label); in Parse()64 bool CowParserV2::ParseOps(borrowed_fd fd, std::optional<uint64_t> label) { in ParseOps() function in android::snapshot::CowParserV2