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.h156 bool ParseOps(std::optional<uint64_t> label);
/system/core/fs_mgr/libsnapshot/
Dcow_reader.cpp130 return ParseOps(label); in Parse()
133 bool CowReader::ParseOps(std::optional<uint64_t> label) { in ParseOps() function in android::snapshot::CowReader