Searched defs:write_snapshot_file (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/utils/
H A DBackupHelpers.cpp147 write_snapshot_file(int fd, const KeyedVector<String8,FileRec>& snapshot) function in namespace:android
162 LOGP("write_snapshot_file fd=%d\n", fd);
169 LOGW("write_snapshot_file error writing header %s", strerror(errno));
181 LOGW("write_snapshot_file error writing header %s", strerror(errno));
188 LOGW("write_snapshot_file error writing filename %s", strerror(errno));
196 LOGW("write_snapshot_file error writing %d bytes of filename padding %s",
440 err = write_snapshot_file(newSnapshotFD, newSnapshot);
541 return write_snapshot_file(fd, m_files);;
638 err = write_snapshot_file(fd, snapshot);
643 fprintf(stderr, "write_snapshot_file reporte
[all...]

Completed in 219 milliseconds