Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h125 int GetDestPath(const std::string &backupPath, std::string &destPath);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h219 int GetDestPath(const std::string &backupPath, std::string &destPath);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp2155 int RdbStoreImpl::GetDestPath(const std::string &backupPath, std::string &destPath) in GetDestPath() function in OHOS::NativeRdb::RdbStoreImpl
2195 int ret = GetDestPath(backupPath, destPath); in Restore()