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

Method getBackupLogFilePath

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

Source from the content-addressed store, hash-verified

123}
124
125std::string PlatformSpecificTools::getBackupLogFilePath(
126 std::string backupID,
127 std::string logID,
128 bool isAttachments) {
129 std::string path;
130 NativeAndroidAccessProvider::runTask(
131 [&path, backupID, logID, isAttachments]() {
132 path = PlatformSpecificToolsJavaClass::getBackupLogFilePath(
133 backupID, logID, isAttachments);
134 });
135 return path;
136}
137
138std::string
139PlatformSpecificTools::getBackupUserKeysFilePath(std::string backupID) {

Callers

nothing calls this directly

Calls 1

getBackupLogFilePathFunction · 0.85

Tested by

no test coverage detected