Searched refs:error (Results 151 - 152 of 152) sorted by relevance

1234567

/frameworks/base/libs/utils/
H A DBackupHelpers.cpp113 LOGW("read_snapshot_file FileState truncated/error with read at %d bytes\n", bytesRead);
132 LOGW("read_snapshot_file filename truncated/error with read at %d bytes\n", bytesRead);
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",
342 // On an error, treat this as a full backup.
564 fprintf(stderr, "error (%s) writing to file %s\n", strerror(errno), path);
581 fprintf(stderr, "compare_file error (%s) opening %s\n", strerror(errno), path);
634 fprintf(stderr, "error creatin
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java253 public static String getErrorString(int error) { argument
254 switch (error) {
270 return getHex(error);

Completed in 81 milliseconds

1234567