Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.cpp41 std::string ctrlFileName; in ExecuteRekey() local
43 errCode = CreateStatusCtrlFile(property, ctrlFileName, newFileName); in ExecuteRekey()
56 errCode = RenameStatusCtrlFile(ctrlFileName, newFileName); in ExecuteRekey()
483 …:RemoveImportedBackFiles(const std::string &backupDir, const std::string &ctrlFileName, int dbType) in RemoveImportedBackFiles() argument
491 if (RemoveFile(ctrlFileName) != E_OK) { in RemoveImportedBackFiles()
H A Ddatabase_oper.h93 …int RemoveImportedBackFiles(const std::string &backupDir, const std::string &ctrlFileName, int dbT…