Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dcow_reader.cpp179 last_label_ = {current_op.source}; in ParseOps()
221 if (!last_label_) { in ParseOps()
226 if (last_label_.value() != label.value()) { in ParseOps()
228 << ", last label=" << last_label_.value(); in ParseOps()
413 if (!last_label_) return false; in GetLastLabel()
414 *label = last_label_.value(); in GetLastLabel()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_reader.h164 std::optional<uint64_t> last_label_; variable