Searched refs:filetypes (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py17 filetypes = {} variable
72 if not filetypes.has_key(binary):
78 filetypes[binary] = t
80 return filetypes[binary]
/external/libmtp/examples/
H A Ddetect.c123 uint16_t *filetypes; local
167 ret = LIBMTP_Get_Supported_Filetypes(device, &filetypes, &filetypes_len);
171 printf("libmtp supported (playable) filetypes:\n");
173 fprintf(stdout, " %s\n", LIBMTP_Get_Filetype_Description(filetypes[i]));
/external/libmtp/src/
H A Dlibmtp.c62 * This is a mapping between libmtp internal MTP filetypes and
3641 * filetypes that libmtp will handle internally like playlists and folders.
3643 * @param filetypes a pointer to a pointer that will hold the list of
3644 * supported filetypes if the call was successful. This list must
3647 * list of supported filetypes if the call was successful.
3651 int LIBMTP_Get_Supported_Filetypes(LIBMTP_mtpdevice_t *device, uint16_t ** const filetypes, argument
3684 *filetypes = localtypes;

Completed in 106 milliseconds