Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h101 static constexpr const char *REKEY_FILENAME_POSTFIX_OK = "_ctrl_ok"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.cpp104 std::string endCtrlFileName = workDir + "/" + dbSubDir + DBConstant::REKEY_FILENAME_POSTFIX_OK; in RekeyRecover()
307 newCtrlFile = filePrefix + DBConstant::REKEY_FILENAME_POSTFIX_OK; in CreateStatusCtrlFile()