HomeSort by relevance Sort by last modified time
    Searched full:sepath (Results 1 - 1 of 1) sorted by null

  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 378 char *sepath = NULL; local
380 sepath = strdup(dest_name);
381 else if (asprintf(&sepath, "/%s", dest_name) < 0)
382 sepath = NULL;
384 if (!sepath) {
390 sepath,
393 free(sepath);
396 free(sepath);
637 char *sepath = NULL; local
639 sepath = strdup(mntpoint)
    [all...]

Completed in 76 milliseconds