Home
last modified time | relevance | path

Searched defs:cluster_ops (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dcow_format.cpp59 int64_t GetNextOpOffset(const CowOperation& op, uint32_t cluster_ops) { in GetNextOpOffset()
69 int64_t GetNextDataOffset(const CowOperation& op, uint32_t cluster_ops) { in GetNextDataOffset()
Dcow_reader.cpp157 uint64_t cluster_ops = header_.cluster_ops ?: 1; in ParseOps() local
Dcow_api_test.cpp874 int cluster_ops = 5; in TEST_F() local
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h38 uint32_t cluster_ops = 200; member
Dcow_format.h74 uint32_t cluster_ops; member