Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_format.cpp76 int64_t GetNextDataOffset(const CowOperation& op, uint32_t cluster_ops) { in GetNextDataOffset() function
H A Dcow_reader.cpp218 data_pos += current_op.data_length + GetNextDataOffset(current_op, header_.cluster_ops); in ParseOps()
H A Dcow_writer.cpp816 next_data_pos_ += op.data_length + GetNextDataOffset(op, header_.cluster_ops); in AddOperation()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_format.h192 int64_t GetNextDataOffset(const CowOperation& op, uint32_t cluster_size);