HomeSort by relevance Sort by last modified time
    Searched refs:WRITE_ERROR (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/courgette/third_party/
bsdiff.h 51 WRITE_ERROR = 5
bsdiff_apply.cc 208 return WRITE_ERROR;
  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_impl.cc 155 OnError(WRITE_ERROR);
348 CHECK_PP_OK_COMPLETIONPENDING(file_io_.SetLength(length, cb), WRITE_ERROR);
358 OnError(WRITE_ERROR);
381 WRITE_ERROR);
423 if (error_type == READ_ERROR || error_type == WRITE_ERROR) {
442 case WRITE_ERROR:
cdm_file_io_impl.h 63 WRITE_ERROR
  /external/e2fsprogs/misc/
badblocks.c 117 enum error_types { READ_ERROR, WRITE_ERROR, CORRUPTION_ERROR };
171 } else if (error_type == WRITE_ERROR) {
648 bb_count += bb_output(currently_testing++, WRITE_ERROR);
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 709 # define WRITE_ERROR 0x20 /* write error (this terminates the read) */
    [all...]

Completed in 1263 milliseconds