Searched refs:SnapshotMergeStats (Results 1 – 5 of 5) sorted by relevance
26 SnapshotMergeStats* SnapshotMergeStats::GetInstance(SnapshotManager& parent) { in GetInstance()27 static SnapshotMergeStats g_instance(parent.GetMergeStateFilePath()); in GetInstance()32 SnapshotMergeStats::SnapshotMergeStats(const std::string& path) : path_(path), running_(false) {} in SnapshotMergeStats() function in android::snapshot::SnapshotMergeStats34 bool SnapshotMergeStats::ReadState() { in ReadState()47 bool SnapshotMergeStats::WriteState() { in WriteState()60 bool SnapshotMergeStats::DeleteState() { in DeleteState()69 bool SnapshotMergeStats::Start() { in Start()87 void SnapshotMergeStats::set_state(android::snapshot::UpdateState state, bool using_compression) { in set_state()92 void SnapshotMergeStats::set_cow_file_size(uint64_t cow_file_size) { in set_cow_file_size()96 uint64_t SnapshotMergeStats::cow_file_size() { in cow_file_size()[all …]
3592 return SnapshotMergeStats::GetInstance(*this); in GetSnapshotMergeStatsInstance()
63 class SnapshotMergeStats : public ISnapshotMergeStats {66 static SnapshotMergeStats* GetInstance(SnapshotManager& manager);91 SnapshotMergeStats(const std::string& path);
77 class SnapshotMergeStats; variable310 friend class SnapshotMergeStats; variable
36 using android::snapshot::SnapshotMergeStats;