Home
last modified time | relevance | path

Searched refs:GetCowVersion (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h109 uint32_t GetCowVersion() { return header_.major_version; } in GetCowVersion() function
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2779 if (dap_metadata.cow_version() < writer.GetCowVersion()) { in CreateUpdateSnapshots()
2784 << " writer.GetCowVersion(): " << writer.GetCowVersion(); in CreateUpdateSnapshots()