Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h108 int GetDataBasePath(const std::string &databasePath, std::string &backupFilePath);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h185 int GetDataBasePath(const std::string &databasePath, std::string &backupFilePath);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1378 int RdbStoreImpl::GetDataBasePath(const std::string &databasePath, std::string &backupFilePath) in GetDataBasePath() function in OHOS::NativeRdb::RdbStoreImpl
1432 int ret = GetDataBasePath(databasePath, backupFilePath); in Backup()
2157 int ret = GetDataBasePath(backupPath, destPath); in GetDestPath()