Searched refs:newCtrlFile (Results 1 – 2 of 2) sorted by relevance
74 …StatusCtrlFile(const KvDBProperties &property, std::string &orgCtrlFile, std::string &newCtrlFile);76 static int RenameStatusCtrlFile(const std::string &orgCtrlFile, const std::string &newCtrlFile);
298 std::string &newCtrlFile) in CreateStatusCtrlFile() argument307 newCtrlFile = filePrefix + DBConstant::REKEY_FILENAME_POSTFIX_OK; in CreateStatusCtrlFile()312 … DatabaseOper::RenameStatusCtrlFile(const std::string &orgCtrlFile, const std::string &newCtrlFile) in RenameStatusCtrlFile() argument314 int errCode = rename(orgCtrlFile.c_str(), newCtrlFile.c_str()); in RenameStatusCtrlFile()