Searched defs:databasePath (Results 1 – 3 of 3) sorted by relevance
139 std::string databasePath = baseDir + "\\rdb"; in GetDefaultDatabasePath() local141 std::string databasePath = baseDir + "/rdb"; in GetDefaultDatabasePath() local
210 int StoreSession::Backup(const std::string databasePath, const std::vector<uint8_t> destEncryptKey) in Backup()
504 int RdbStoreImpl::Backup(const std::string databasePath, const std::vector<uint8_t> destEncryptKey) in Backup()