Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_database_upgrader.cpp141 std::string secOptUpgradeFile = subDir_ + "/" + DBConstant::SET_SECOPT_POSTFIX; in EndUpgrade() local
142 if (errCode == E_OK && OS::CheckPathExistence(secOptUpgradeFile) && in EndUpgrade()
143 (OS::RemoveFile(secOptUpgradeFile) != E_OK)) { in EndUpgrade()
215 std::string secOptUpgradeFile = subDir_ + "/" + DBConstant::SET_SECOPT_POSTFIX; in UpgradeFromDatabaseVersion() local
216 …if (!OS::CheckPathExistence(secOptUpgradeFile) && (OS::CreateFileByFileName(secOptUpgradeFile) != … in UpgradeFromDatabaseVersion()
244 std::string secOptUpgradeFile = subDir + "/" + DBConstant::SET_SECOPT_POSTFIX; in SetMetaUpgrade() local
248 if ((!OS::CheckPathExistence(secOptUpgradeFile)) && isOpenS3SECE) { in SetMetaUpgrade()
313 std::string secOptUpgradeFile = path + "/" + DBConstant::SET_SECOPT_POSTFIX; in SetSecOption() local
314 if (OS::CheckPathExistence(secOptUpgradeFile) && !ParamCheckUtils::IsS3SECEOpt(secOption)) { in SetSecOption()
341 if (OS::CheckPathExistence(secOptUpgradeFile) && (OS::RemoveFile(secOptUpgradeFile) != E_OK)) { in SetSecOption()