MCPcopy Create free account
hub / github.com/CommE2E/comm / getBackupFilePath

Method getBackupFilePath

native/android/app/src/cpp/PlatformSpecificTools.cpp:112–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112std::string PlatformSpecificTools::getBackupFilePath(
113 std::string backupID,
114 bool isAttachments,
115 bool isVersion) {
116 std::string path;
117 NativeAndroidAccessProvider::runTask(
118 [&path, backupID, isAttachments, isVersion]() {
119 path = PlatformSpecificToolsJavaClass::getBackupFilePath(
120 backupID, isAttachments, isVersion);
121 });
122 return path;
123}
124
125std::string PlatformSpecificTools::getBackupLogFilePath(
126 std::string backupID,

Callers

nothing calls this directly

Calls 1

getBackupFilePathFunction · 0.85

Tested by

no test coverage detected