Home
last modified time | relevance | path

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

/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() local
105 bool isEndCtrlFileExist = OS::CheckPathExistence(endCtrlFileName); in RekeyRecover()
146 if (RemoveFile(endCtrlFileName) != E_OK) { in RekeyRecover()