Searched defs:sepath (Results 1 - 1 of 1) sorted by relevance

/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c378 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
[all...]

Completed in 120 milliseconds