| 17 | } |
| 18 | |
| 19 | rust::String |
| 20 | getBackupLogFilePath(rust::Str backupID, rust::Str logID, bool isAttachments) { |
| 21 | return rust::String(PlatformSpecificTools::getBackupLogFilePath( |
| 22 | std::string(backupID), std::string(logID), isAttachments)); |
| 23 | } |
| 24 | |
| 25 | rust::String getBackupUserKeysFilePath(rust::Str backupID) { |
| 26 | return rust::String( |
no outgoing calls