Searched refs:parse_path (Results 1 – 7 of 7) sorted by relevance
/external/libmtp/examples/ |
D | delfile.c | 45 uint32_t id = parse_path (path,files,folders); in delfile_function() 96 id = parse_path (argv[i],files,folders); in delfile_command()
|
D | pathutils.h | 23 int parse_path (char *, LIBMTP_file_t *, LIBMTP_folder_t *);
|
D | newfolder.c | 60 int id = parse_path (parent,files,folders); in newfolder_function()
|
D | getfile.c | 44 int id = parse_path (from_path,files,folders); in getfile_function()
|
D | sendfile.c | 67 parent_id = parse_path (to_path,files,folders); in sendfile_function()
|
D | pathutils.c | 63 parse_path (char * path, LIBMTP_file_t * files, LIBMTP_folder_t * folders) in parse_path() function
|
D | sendtr.c | 183 parent_id = parse_path (parent,files,folders); in sendtrack_function()
|