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

  /external/e2fsprogs/lib/ext2fs/
ismounted.c 347 char mntpt[80]; local
354 mntpt[0] = 0;
356 mntpt, sizeof(mntpt));
373 if (mntpt[0])
374 printf("\t%s is mounted on %s.\n", argv[1], mntpt);
  /external/e2fsprogs/misc/
fsck.c 434 static int execute(const char *type, const char *device, const char *mntpt,
476 mntpt ? mntpt : device);

Completed in 15 milliseconds