Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp369 std::string unpackedMetaFile = info.unpackedDir + DBConstant::METADB_DIR + "/" + in ImportUnpackedMetaDatabase() local
373 … int errCode = SQLiteUtils::ExportDatabase(unpackedMetaFile, CipherType::DEFAULT, CipherPassword(), in ImportUnpackedMetaDatabase()
384 std::string unpackedMetaFile = info.unpackedDir + DBConstant::METADB_DIR + "/" + in ImportUnpackedDatabase() local
386 bool metaDbExisted = OS::CheckPathExistence(unpackedMetaFile); in ImportUnpackedDatabase()