Home | History | Annotate | Download | only in androidfw

Lines Matching refs:FileState

86 read_snapshot_file(int fd, KeyedVector<String8,FileState>* snapshot)
104 FileState file;
107 amt = read(fd, &file, sizeof(FileState));
108 if (amt != sizeof(FileState)) {
109 ALOGW("read_snapshot_file FileState truncated/error with read at %d bytes\n", bytesRead);
153 bytesWritten += sizeof(FileState) + round_up(name.length());
175 amt = write(fd, &r.s, sizeof(FileState));
176 if (amt != sizeof(FileState)) {
337 KeyedVector<String8,FileState> oldSnapshot;
403 const FileState& f = oldSnapshot.valueAt(n);
947 KeyedVector<String8,FileState> readSnapshot;
981 FileState states[4];
1084 KeyedVector<String8,FileState> readSnapshot;
1099 const FileState state = readSnapshot.valueAt(i);