Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_format.cpp122 int64_t GetNextDataOffset(const CowOperationV2& op, uint32_t cluster_ops) { in GetNextDataOffset() function
Dparser_v2.cpp117 data_pos += current_op.data_length + GetNextDataOffset(current_op, header_.cluster_ops); in ParseOps()
Dwriter_v2.cpp696 next_data_pos_ += op.data_length + GetNextDataOffset(op, header_.cluster_ops); in AddOperation()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_format.h344 int64_t GetNextDataOffset(const CowOperationV2& op, uint32_t cluster_size);