Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dbackup_manager.cpp272 …const std::vector<StoreUtil::FileInfo> &files, const std::string &name, const std::string &postFix) in SetResidueInfo() argument
275 auto fullName = name + postFix; in SetResidueInfo()
277 if ((file.name == fullTmpName) && (postFix == BACKUP_POSTFIX)) { in SetResidueInfo()
281 if ((file.name == fullName) && (postFix == BACKUP_POSTFIX)) { in SetResidueInfo()
284 if ((file.name == fullTmpName) && (postFix == BACKUP_KEY_POSTFIX)) { in SetResidueInfo()
288 if ((file.name == fullName) && (postFix == BACKUP_KEY_POSTFIX)) { in SetResidueInfo()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_helper.cpp63 for (std::string &postFix : rdPostFixes) { in DeleteRdFiles()
64 std::string shmFileName = dbFileName + postFix; in DeleteRdFiles()
H A Drd_connection.cpp80 for (auto postFix : RD_POST_FIXES) { in Delete() local
81 std::string shmFilePath = path + postFix; in Delete()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dbackup_manager.h70 const std::string &name, const std::string &postFix);