Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dparser_v3.cpp74 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
Dparser_v2.h40 bool ParseOps(android::base::borrowed_fd fd, std::optional<uint64_t> label);
Dparser_v3.h51 bool ParseOps(android::base::borrowed_fd fd, const uint32_t op_index);
Dparser_v2.cpp61 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