Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp34 std::string currentMainPath = path + "/" + DBConstant::MAINDB_DIR; in SetSecOpt() local
37currentMainPath = currentMainPath + "/" + DBConstant::SINGLE_VER_DATA_STORE + DBConstant::DB_EXTEN… in SetSecOpt()
49 errCode = RuntimeContext::GetInstance()->SetSecurityOption(currentMainPath, option); in SetSecOpt()