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

  /external/libpng/contrib/tools/
pngcp.c 130 USER_ERROR, /* such as file-not-found */
610 case USER_ERROR: lp = "error(user)"; break;
727 display_log(dp, dp->errset ? INTERNAL_ERROR : USER_ERROR,
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 519 USER_ERROR, /* such as file-not-found */
702 case USER_ERROR: lp = "error(user)"; break;
794 display_log(dp, USER_ERROR, "open failed: %s", strerror(errno));
822 display_log(dp, USER_ERROR, "file truncated (%lu bytes)",
    [all...]

Completed in 530 milliseconds