Searched refs:parse_path (Results 1 - 8 of 8) sorted by relevance
/external/libmtp/examples/ |
H A D | pathutils.h | 23 int parse_path (char *, LIBMTP_file_t *, LIBMTP_folder_t *);
|
H A D | delfile.c | 45 uint32_t id = parse_path (path,files,folders); 96 id = parse_path (argv[i],files,folders);
|
H A D | getfile.c | 44 int id = parse_path (from_path,files,folders);
|
H A D | newfolder.c | 60 int id = parse_path (parent,files,folders);
|
H A D | sendfile.c | 67 parent_id = parse_path (to_path,files,folders);
|
H A D | pathutils.c | 63 parse_path (char * path, LIBMTP_file_t * files, LIBMTP_folder_t * folders) function
|
H A D | sendtr.c | 183 parent_id = parse_path (parent,files,folders);
|
/external/autotest/tko/ |
H A D | parse.py | 393 def parse_path(db, path, level, reparse, mail_on_failure): function 417 new_jobs = parse_path(db, jobpath, level + 1, reparse, mail_on_failure) 492 new_jobs = parse_path(db, path, options.level, options.reparse,
|
Completed in 143 milliseconds