| /external/libmtp/examples/ |
| pathutils.h | 23 int parse_path (char *, LIBMTP_file_t *, LIBMTP_folder_t *);
|
| delfile.c | 45 uint32_t id = parse_path (path,files,folders); 96 id = parse_path (argv[i],files,folders);
|
| 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);
|
| /bionic/linker/ |
| linker.cpp | 355 static void parse_path(const char* path, const char* delimiters, function 381 parse_path(path, ":", gLdPaths, 387 parse_path(path, " :", gLdPreloadNames, [all...] |