am de72697b
: Merge change 4524 into donut
Merge commit 'de72697b771d33738c5f9d6c28087504e0796622' * commit 'de72697b771d33738c5f9d6c28087504e0796622': FileRestoreHelper and RestoreHelperDispatcher work.
This commit is contained in:
committed by
The Android Open Source Project
commit
6f8b5c12d3
@ -78,7 +78,7 @@ public:
|
||||
bool HasEntities();
|
||||
status_t ReadEntityHeader(String8* key, size_t* dataSize);
|
||||
status_t SkipEntityData(); // must be called with the pointer at the begining of the data.
|
||||
status_t ReadEntityData(void* data, size_t size);
|
||||
ssize_t ReadEntityData(void* data, size_t size);
|
||||
|
||||
private:
|
||||
explicit BackupDataReader();
|
||||
|
Reference in New Issue
Block a user