Searched refs:FileState (Results 1 – 2 of 2) sorted by relevance
45 struct FileState { struct57 FileState s; argument
90 read_snapshot_file(int fd, KeyedVector<String8,FileState>* snapshot) in read_snapshot_file()108 FileState file; in read_snapshot_file()111 amt = read(fd, &file, sizeof(FileState)); in read_snapshot_file()112 if (amt != sizeof(FileState)) { in read_snapshot_file()157 bytesWritten += sizeof(FileState) + round_up(name.length()); in write_snapshot_file()179 amt = write(fd, &r.s, sizeof(FileState)); in write_snapshot_file()180 if (amt != sizeof(FileState)) { in write_snapshot_file()341 KeyedVector<String8,FileState> oldSnapshot; in back_up_files()407 const FileState& f = oldSnapshot.valueAt(n); in back_up_files()952 KeyedVector<String8,FileState> readSnapshot; in backup_helper_test_empty()[all …]