Home | History | Annotate | Download | only in src

Lines Matching refs:LIBMTP_ERROR

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");
621 LIBMTP_ERROR("failed to find filepath for track=%d\n", tracks[i]);