Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp675 …std::string mainDbPtah = GetDbDir(option_.subdir, DbType::MAIN) + "/" + DBConstant::SINGLE_VER_DAT… in GetCacheDbHandle() local
677 …if (!OS::CheckPathExistence(mainDbPtah)) { // Whether to create a cacheDb is based on whether the … in GetCacheDbHandle()