Searched refs:postFix (Results 1 – 4 of 4) sorted by relevance
272 …const std::vector<StoreUtil::FileInfo> &files, const std::string &name, const std::string &postFix) in SetResidueInfo() argument275 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()
63 for (std::string &postFix : rdPostFixes) { in DeleteRdFiles()64 std::string shmFileName = dbFileName + postFix; in DeleteRdFiles()
80 for (auto postFix : RD_POST_FIXES) { in Delete() local81 std::string shmFilePath = path + postFix; in Delete()
70 const std::string &name, const std::string &postFix);