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

  /external/libmtp/src/
util.h 48 #define LIBMTP_ERROR(format, args...) \
util.c 53 LIBMTP_ERROR("Device %d (VID=%04x and PID=%04x) is UNKNOWN in libmtp v%s.\n",
58 LIBMTP_ERROR("Please report this VID/PID and the device model to the "
playlist-spl.c 139 LIBMTP_ERROR("failed to make temp file for %s.spl -> %s, errno=%s\n", pl->name, tmpname, strerror(errno));
144 LIBMTP_ERROR("failed to delete temp file for %s.spl -> %s, errno=%s\n", pl->name, tmpname, strerror(errno));
198 LIBMTP_ERROR("failed to make temp file for %s.spl -> %s, errno=%s\n", pl->name, tmpname, strerror(errno));
203 LIBMTP_ERROR("failed to delete temp file for %s.spl -> %s, errno=%s\n", pl->name, tmpname, strerror(errno));
361 LIBMTP_ERROR("error -- buffer too small to read in .spl playlist entry\n");
418 LIBMTP_ERROR("ERROR %s:%u:%s(): buffer overflow! .spl line too long @ %zuB\n",
480 LIBMTP_ERROR("write spl file failed: %s\n", strerror(errno));
482 LIBMTP_ERROR("write spl file wrong number of bytes ret=%d len=%d '%s'\n", (int)ret, (int)len, p->text);
487 LIBMTP_ERROR("write spl file failed: %s\n", strerror(errno));
489 LIBMTP_ERROR("failed to write the correct number of bytes '\\n'!\n")
    [all...]
libusb1-glue.c 154 LIBMTP_ERROR("Libusb1 init failed\n");
479 LIBMTP_ERROR("Potential MTP Device with VendorID:%04x and "
643 LIBMTP_ERROR("LIBMTP PANIC: get_mtp_usb_device_list() "
690 LIBMTP_ERROR("Device %d (VID=%04x and PID=%04x) is a %s %s.\n",
    [all...]
libopenusb1-glue.c 455 LIBMTP_ERROR("Potential MTP Device with VendorID:%04x and "
607 LIBMTP_ERROR("LIBMTP PANIC: get_mtp_usb_device_list() "
654 LIBMTP_ERROR("Device %d (VID=%04x and PID=%04x) is a %s %s.\n",
    [all...]
libusb-glue.c 476 LIBMTP_ERROR("Potential MTP Device with VendorID:%04x and "
624 LIBMTP_ERROR("LIBMTP PANIC: get_mtp_usb_device_list() "
669 LIBMTP_ERROR("Device %d (VID=%04x and PID=%04x) is a %s %s.\n",
    [all...]
libmtp.c     [all...]
mtpz.c 123 LIBMTP_ERROR("Unable to determine user's home directory, MTPZ disabled.\n");
139 LIBMTP_ERROR("Unable to read MTPZ public exponent from ~/.mtpz-data, MTPZ disabled.\n");
147 LIBMTP_ERROR("Unable to read MTPZ encryption key from ~/.mtpz-data, MTPZ disabled.\n");
154 LIBMTP_ERROR("Unable to read MTPZ encryption key from ~/.mtpz-data, MTPZ disabled.\n");
162 LIBMTP_ERROR("Unable to read MTPZ modulus from ~/.mtpz-data, MTPZ disabled.\n");
170 LIBMTP_ERROR("Unable to read MTPZ private key from ~/.mtpz-data, MTPZ disabled.\n");
178 LIBMTP_ERROR("Unable to read MTPZ certificates from ~/.mtpz-data, MTPZ disabled.\n");
185 LIBMTP_ERROR("Unable to parse MTPZ certificates from ~/.mtpz-data, MTPZ disabled.\n");
    [all...]

Completed in 327 milliseconds