Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.h189 int GetVersionFilePath(const KvDBProperties &kvDBProp, std::string &outPath) const;
H A Dmulti_ver_natural_store.cpp999 int errCode = GetVersionFilePath(MyProp(), verFilePath); in InitStorageContextVersion()
1147 int errCode = GetVersionFilePath(kvDBProp, verFilePath); in CheckOverallVersionViaVersionFile()
1175 int MultiVerNaturalStore::GetVersionFilePath(const KvDBProperties &kvDBProp, std::string &outPath) … in GetVersionFilePath() function in DistributedDB::MultiVerNaturalStore