Home
last modified time | relevance | path

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

/external/libmtp/examples/
Ddelfile.c43 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.c61 int id = parse_path (parent,files,folders); in newfolder_function()
Dgetfile.c42 int id = parse_path (from_path,files,folders); in getfile_function()
Dsendfile.c65 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.c202 parent_id = parse_path (parent,files,folders); in sendtrack_function()
/external/autotest/tko/
Dparse.py539 def parse_path(db, path, level, parse_options): function
562 new_jobs = parse_path(db, jobpath, level + 1, parse_options)
641 new_jobs = parse_path(db, path, options.level, parse_options)
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c780 static int parse_path(char *p) in parse_path() function
1420 if (parse_path(skipspace(p + 4))) in parse_config_file()