Home | History | Annotate | Download | only in examples

Lines Matching refs:id

45   uint32_t id = parse_path (path,files,folders);
47 if (id > 0) {
48 printf("Deleting %s which has item_id:%d\n",path,id);
50 ret = LIBMTP_Delete_Object(device, id);
83 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);