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

Commit abb3f115 authored by Artem Iglikov's avatar Artem Iglikov Committed by Android (Google) Code Review
Browse files

Merge "Add some tests for TarBackupReader"

parents 841b9ff5 13fffd26
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ public class FileMetadata {
    public long mode;                      // e.g. 0666 (actually int)
    public long mtime;                     // last mod time, UTC time_t (actually int)
    public long size;                      // bytes of content
    public int version;                    // App version.
    public boolean hasApk;                 // Whether backup file contains apk.

    @Override
    public String toString() {
+118 −134

File changed.

Preview size limit exceeded, changes collapsed.

+235 −216

File changed.

Preview size limit exceeded, changes collapsed.

+209 −219

File changed.

Preview size limit exceeded, changes collapsed.

+21.3 KiB

File added.

No diff preview for this file type.

Loading