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

  /external/e2fsprogs/misc/
e2initrd_helper.c 238 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
245 mntpnt = parse_word(&cp);
254 if (!mntpnt || !type)
258 parse_escape(mntpnt);
272 fs->mountpt = string_copy(mntpnt);
fsck.c 242 static struct fs_info *create_fs_device(const char *device, const char *mntpnt,
252 fs->mountpt = string_copy(mntpnt);
273 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
283 mntpnt = parse_word(&cp);
289 if (!mntpnt || !type)
293 parse_escape(mntpnt);
306 fs = create_fs_device(device, mntpnt, type ? type : "auto", opts,

Completed in 290 milliseconds