Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h100 static constexpr const char *REKEY_FILENAME_POSTFIX_PRE = "_ctrl_pre"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.cpp101 std::string preCtrlFileName = workDir + "/" + dbSubDir + DBConstant::REKEY_FILENAME_POSTFIX_PRE; in RekeyRecover()
308 orgCtrlFile = filePrefix + DBConstant::REKEY_FILENAME_POSTFIX_PRE; in CreateStatusCtrlFile()