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

/frameworks/base/libs/androidfw/
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 ALOGW("write_snapshot_file error writing header %s", strerror(errno));
181 ALOGW("write_snapshot_file error writing header %s", strerror(errno));
188 ALOGW("write_snapshot_file error writing filename %s", strerror(errno));
196 ALOGW("write_snapshot_file error writing %d bytes of filename padding %s",
443 err = write_snapshot_file(newSnapshotFD, newSnapshot);
824 return write_snapshot_file(fd, m_files);;
921 err = write_snapshot_file(fd, snapshot);
926 fprintf(stderr, "write_snapshot_file reporte
[all...]

Completed in 51 milliseconds