Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_database_upgrader.cpp321 std::string cacheDbPath = path + "/" + DBConstant::CACHEDB_DIR; in SetSecOption() local
327 …errCode = SetPathSecOptWithCheck(cacheDbPath, secOption, DBConstant::SINGLE_VER_CACHE_STORE, isWit… in SetSecOption()
H A Dsqlite_single_ver_storage_engine.cpp617 …std::string cacheDbPath = GetDbDir(option_.subdir, DbType::CACHE) + "/" + DBConstant::SINGLE_VER_C… in GetDbHandle() local
620 OS::CheckPathExistence(cacheDbPath)) { in GetDbHandle()