HomeSort by relevance Sort by last modified time
    Searched refs:parse_path (Results 1 - 13 of 13) sorted by null

  /external/libmtp/examples/
pathutils.h 23 int parse_path (char *, LIBMTP_file_t *, LIBMTP_folder_t *);
delfile.c 43 uint32_t id = parse_path (path,files,folders);
96 id = parse_path (argv[i],files,folders);
getfile.c 42 int id = parse_path (from_path,files,folders);
newfolder.c 61 int id = parse_path (parent,files,folders);
sendfile.c 65 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 202 parent_id = parse_path (parent,files,folders);
  /system/libufdt/utils/src/
mkdtimg_core.h 29 int parse_path(char **path_ptr, char **prop_ptr, char *value_str);
mkdtimg_core.c 131 int parse_path(char **path_ptr, char **prop_ptr, char *value_str) { function
159 if (parse_path(&path, &prop, value_str) != 0) {
  /external/autotest/tko/
parse.py 539 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)
  /bionic/linker/
linker_main.cpp 114 static void parse_path(const char* path, const char* delimiters, function
123 parse_path(path, ":", &ld_libary_paths);
linker.cpp 334 static void parse_path(const char* path, const char* delimiters, function
343 parse_path(path, ":", &ld_libary_paths);
    [all...]
  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 780 static int parse_path(char *p) function
    [all...]

Completed in 1243 milliseconds