HomeSort by relevance Sort by last modified time
    Searched full:write_snapshot_file (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 143 write_snapshot_file(int fd, const KeyedVector<String8,FileRec>& snapshot) function in namespace:android
158 LOGP("write_snapshot_file fd=%d\n", fd);
165 ALOGW("write_snapshot_file error writing header %s", strerror(errno));
177 ALOGW("write_snapshot_file error writing header %s", strerror(errno));
184 ALOGW("write_snapshot_file error writing filename %s", strerror(errno));
192 ALOGW("write_snapshot_file error writing %d bytes of filename padding %s",
439 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 reported error %d (%s)\n", err, strerror(err))
    [all...]

Completed in 267 milliseconds