| 11 | } |
| 12 | |
| 13 | rust::String |
| 14 | getBackupFilePath(rust::Str backupID, bool isAttachments, bool isVersion) { |
| 15 | return rust::String(PlatformSpecificTools::getBackupFilePath( |
| 16 | std::string(backupID), isAttachments, isVersion)); |
| 17 | } |
| 18 | |
| 19 | rust::String |
| 20 | getBackupLogFilePath(rust::Str backupID, rust::Str logID, bool isAttachments) { |
no outgoing calls