Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bdc4408 authored by Joe Onorato's avatar Joe Onorato
Browse files

Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput.

parent d15085f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ BackupDataReader::ReadAppHeader(String8* packageName, int* cookie)
    }
    size_t size = m_header.app.packageLen;
    char* buf = packageName->lockBuffer(size);
    if (packageName == NULL) {
    if (buf == NULL) {
        packageName->unlockBuffer();
        m_status = ENOMEM;
        return m_status;