Lines Matching refs:write_snapshot_file
144 write_snapshot_file(int fd, const KeyedVector<String8,FileRec>& snapshot)
159 LOGP("write_snapshot_file fd=%d\n", fd);
166 ALOGW("write_snapshot_file error writing header %s", strerror(errno));
178 ALOGW("write_snapshot_file error writing header %s", strerror(errno));
185 ALOGW("write_snapshot_file error writing filename %s", strerror(errno));
193 ALOGW("write_snapshot_file error writing %d bytes of filename padding %s",
440 err = write_snapshot_file(newSnapshotFD, newSnapshot);
819 return write_snapshot_file(fd, m_files);;
916 err = write_snapshot_file(fd, snapshot);
921 fprintf(stderr, "write_snapshot_file reported error %d (%s)\n", err, strerror(err));
1020 err = write_snapshot_file(fd, snapshot);
1025 fprintf(stderr, "write_snapshot_file reported error %d (%s)\n", err, strerror(err));