Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_reader.h162 bool ParseOps(std::optional<uint64_t> label);
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_reader.cpp157 if (!ParseOps(label)) { in Parse()
165 bool CowReader::ParseOps(std::optional<uint64_t> label) { in ParseOps() function in android::snapshot::CowReader