Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_delegate_manager.h114 bool IsDataDirSafe(const std::string &dataDir, std::string &canonicalDir) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp175 if (!IsDataDirSafe(kvStoreConfig.dataDir, canonicalDir)) { in SetKvStoreConfig()
543 bool KvStoreDelegateManager::IsDataDirSafe(const std::string &dataDir, std::string &canonicalDir) c… in IsDataDirSafe() function in DistributedDB::KvStoreDelegateManager