Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.cpp25 int GetPathSecurityOption(const std::string &filePath, SecurityOption &secOpt) in GetPathSecurityOption() function
128 errCode = GetPathSecurityOption(mainDbFilePath, secOption); in GetExistedSecOpt()
130 errCode = GetPathSecurityOption(origDbFilePath, secOption); in GetExistedSecOpt()
H A Dsingle_ver_utils.h54 int GetPathSecurityOption(const std::string &filePath, SecurityOption &secOpt);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp903 errCode = GetPathSecurityOption(mainDbFilePath, secOpt); in Upgrade()