Home | History | Annotate | Download | only in examples

Lines Matching defs:id

43   uint32_t id = parse_path (path,files,folders);
45 if (id > 0) {
46 printf("Deleting %s which has item_id:%d\n",path,id);
48 ret = LIBMTP_Delete_Object(device, id);
84 uint32_t id;
88 // Sanity check song ID
89 id = strtoul(argv[i], &endptr, 10);
92 id = 0;
96 id = parse_path (argv[i],files,folders);
98 id = 0;
101 if (id > 0 ) {
103 ret = LIBMTP_Delete_Object(device, id);