Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_format.cpp112 int64_t GetNextOpOffset(const CowOperationV2& op, uint32_t cluster_ops) { in GetNextOpOffset() function
Dparser_v2.cpp116 pos += sizeof(CowOperationV2) + GetNextOpOffset(current_op, header_.cluster_ops); in ParseOps()
Dwriter_v2.cpp697 next_op_pos_ += sizeof(CowOperationV2) + GetNextOpOffset(op, header_.cluster_ops); in AddOperation()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_format.h343 int64_t GetNextOpOffset(const CowOperationV2& op, uint32_t cluster_size);