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

  /external/fio/
cgroup.c 24 char *mntpoint = NULL; local
42 mntpoint = smalloc_strdup(mnt->mnt_dir);
47 return mntpoint;
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 41 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 391 milliseconds