replicant-frameworks_native/libs
Christopher Tate ab2e9e81e1 Add file mode to the file-backup saved state blobs
This change puts the file's access mode into the saved-state blob used by the
file backup helpers.  The tests have been updated for the new blob content
format.

What this change *doesn't* do is actually backup/restore the file mode.  This
change is a prerequisite for that, but mode preservation in backup/restore will
require adding metadata to the backup data stream itself, so will be approached
a bit more carefully.

(Also fixed one outright bug in the test program: ReadEntityData() had been
changed to return a ssize_t union of either a byte-count or a negative number
indicating error, but the test program was still assuming that nonzero == error,
and was spuriously failing.)
2009-06-23 13:07:47 -07:00
..
audioflinger Fix issue 1883666: Audio coming from the music player stopped suddenly 2009-05-29 02:03:21 -07:00
surfaceflinger Fix sim-eng build and simplify previous lcd-density related patch 2009-06-19 04:41:12 +02:00
ui minor clean-up to Rect and Point. 2009-05-26 17:47:39 -07:00
utils Add file mode to the file-backup saved state blobs 2009-06-23 13:07:47 -07:00