Searched refs:mntpoint (Results 1 - 2 of 2) sorted by relevance

/external/fio/
H A Dcgroup.c24 char *mntpoint = NULL; local
42 mntpoint = smalloc_strdup(mnt->mnt_dir);
47 return mntpoint;
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c41 static char *mntpoint; variable
368 "%s%s", mntpoint,
374 mntpoint, suffix);
591 mntpoint = argv[optind + 3];
638 if (mntpoint[0] == '/')
639 sepath = strdup(mntpoint);
640 else if (asprintf(&sepath, "/%s", mntpoint) < 0)

Completed in 300 milliseconds