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

  /external/fio/engines/
pmemblk.c 143 * the final path without the parameters is returned in ppath.
149 static void pmb_parse_path(const char *pathspec, char **ppath, uint64_t *pbsize,
159 *ppath = NULL;
170 *ppath = path;
179 *ppath = path;
  /external/dtc/
flattree.c 728 static char *nodename_from_path(const char *ppath, const char *cpath)
732 plen = strlen(ppath);
734 if (!strneq(ppath, cpath, plen))
736 cpath, ppath);
739 if (!streq(ppath, "/"))
  /external/curl/lib/
http.c 1732 const char *ppath = data->state.path; local
    [all...]

Completed in 115 milliseconds