Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.cpp47 …return GetSubDirPath(kvDBProp) + "/" + DBConstant::MAINDB_DIR + "/" + DBConstant::SINGLE_VER_DATA_… in GetDatabasePath()
51 std::string GetSubDirPath(const KvDBProperties &kvDBProp) in GetSubDirPath() function
60 std::string dbSubDir = GetSubDirPath(kvDBPro); in ClearIncompleteDatabase()
H A Dsingle_ver_utils.h60 std::string GetSubDirPath(const KvDBProperties &kvDBProp);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp541 option.subdir = GetSubDirPath(kvDBProp); in InitDataBaseOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp1609 std::string subDir = GetSubDirPath(kvDBProp); in InitDataBaseOption()