am de72697b: Merge change 4524 into donut

Merge commit 'de72697b771d33738c5f9d6c28087504e0796622'

* commit 'de72697b771d33738c5f9d6c28087504e0796622':
  FileRestoreHelper and RestoreHelperDispatcher work.
This commit is contained in:
Android (Google) Code Review
2009-06-17 21:49:21 -07:00
committed by The Android Open Source Project
8 changed files with 193 additions and 11 deletions

View File

@ -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();