Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_database_upgrader.h31 static int TransferDatabasePath(const std::string &parentDir, const OpenDbProperties &option);
H A Dsqlite_single_ver_database_upgrader.cpp96 int SQLiteSingleVerDatabaseUpgrader::TransferDatabasePath(const std::string &parentDir, in TransferDatabasePath() function in DistributedDB::SQLiteSingleVerDatabaseUpgrader
H A Dsqlite_single_ver_storage_engine.cpp760 errCode = SQLiteSingleVerDatabaseUpgrader::TransferDatabasePath(option_.subdir, option_); in PreCreateExecutor()