BackupHelpers.cpp | 90 read_snapshot_file(int fd, KeyedVector<String8,FileState>* snapshot) function in namespace:android 103 LOGW("read_snapshot_file header.magic0=0x%08x magic1=0x%08x", header.magic0, header.magic1); 113 LOGW("read_snapshot_file FileState truncated/error with read at %d bytes\n", bytesRead); 132 LOGW("read_snapshot_file filename truncated/error with read at %d bytes\n", bytesRead); 138 LOGW("read_snapshot_file length mismatch: header.totalSize=%d bytesRead=%d\n", 340 err = read_snapshot_file(oldSnapshotFD, &oldSnapshot); 665 err = read_snapshot_file(fd, &readSnapshot); 667 fprintf(stderr, "read_snapshot_file failed %d\n", err); 802 err = read_snapshot_file(fd, &readSnapshot); 804 fprintf(stderr, "read_snapshot_file failed %d\n", err) [all...] |