Searched refs:secOptUpgradeFile (Results 1 – 1 of 1) sorted by relevance
141 std::string secOptUpgradeFile = subDir_ + "/" + DBConstant::SET_SECOPT_POSTFIX; in EndUpgrade() local142 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() local216 …if (!OS::CheckPathExistence(secOptUpgradeFile) && (OS::CreateFileByFileName(secOptUpgradeFile) != … in UpgradeFromDatabaseVersion()244 std::string secOptUpgradeFile = subDir + "/" + DBConstant::SET_SECOPT_POSTFIX; in SetMetaUpgrade() local248 if ((!OS::CheckPathExistence(secOptUpgradeFile)) && isOpenS3SECE) { in SetMetaUpgrade()313 std::string secOptUpgradeFile = path + "/" + DBConstant::SET_SECOPT_POSTFIX; in SetSecOption() local314 if (OS::CheckPathExistence(secOptUpgradeFile) && !ParamCheckUtils::IsS3SECEOpt(secOption)) { in SetSecOption()341 if (OS::CheckPathExistence(secOptUpgradeFile) && (OS::RemoveFile(secOptUpgradeFile) != E_OK)) { in SetSecOption()