/external/libmtp/examples/ |
delfile.c | 45 uint32_t id = parse_path (path,files,folders); 96 id = parse_path (argv[i],files,folders);
|
pathutils.h | 23 int parse_path (char *, LIBMTP_file_t *, LIBMTP_folder_t *);
|
getfile.c | 44 int id = parse_path (from_path,files,folders);
|
newfolder.c | 60 int id = parse_path (parent,files,folders);
|
sendfile.c | 67 parent_id = parse_path (to_path,files,folders);
|
pathutils.c | 63 parse_path (char * path, LIBMTP_file_t * files, LIBMTP_folder_t * folders) function
|
sendtr.c | 183 parent_id = parse_path (parent,files,folders);
|
/external/autotest/tko/ |
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,
|
/bionic/linker/ |
linker.cpp | 496 static void parse_path(const char* path, const char* delimiters, function 505 parse_path(path, ":", &ld_libary_paths); [all...] |
/external/skia/experimental/docs/ |
svgbaseddoc.htm | 324 function parse_path(data) { 514 var path = parse_path(str); [all...] |