Home
last modified time | relevance | path

Searched refs:parse_path (Results 1 – 7 of 7) sorted by relevance

/external/libmtp/examples/
Ddelfile.c45 uint32_t id = parse_path (path,files,folders); in delfile_function()
96 id = parse_path (argv[i],files,folders); in delfile_command()
Dpathutils.h23 int parse_path (char *, LIBMTP_file_t *, LIBMTP_folder_t *);
Dnewfolder.c60 int id = parse_path (parent,files,folders); in newfolder_function()
Dgetfile.c44 int id = parse_path (from_path,files,folders); in getfile_function()
Dsendfile.c67 parent_id = parse_path (to_path,files,folders); in sendfile_function()
Dpathutils.c63 parse_path (char * path, LIBMTP_file_t * files, LIBMTP_folder_t * folders) in parse_path() function
Dsendtr.c183 parent_id = parse_path (parent,files,folders); in sendtrack_function()