Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.h74 …StatusCtrlFile(const KvDBProperties &property, std::string &orgCtrlFile, std::string &newCtrlFile);
76 static int RenameStatusCtrlFile(const std::string &orgCtrlFile, const std::string &newCtrlFile);
H A Ddatabase_oper.cpp298 std::string &newCtrlFile) in CreateStatusCtrlFile() argument
307 newCtrlFile = filePrefix + DBConstant::REKEY_FILENAME_POSTFIX_OK; in CreateStatusCtrlFile()
312 … DatabaseOper::RenameStatusCtrlFile(const std::string &orgCtrlFile, const std::string &newCtrlFile) in RenameStatusCtrlFile() argument
314 int errCode = rename(orgCtrlFile.c_str(), newCtrlFile.c_str()); in RenameStatusCtrlFile()