Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store_manager.cpp57 int errCode = CheckDBPath(path, canonicalPath, dbName); in GetDocumentStore()
128 int DocumentStoreManager::CheckDBPath(const std::string &path, std::string &canonicalPath, std::str… in CheckDBPath() function in DocumentDB::DocumentStoreManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store_manager.h33 … static int CheckDBPath(const std::string &path, std::string &canonicalPath, std::string &dbName);