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

  /external/e2fsprogs/lib/ext2fs/
ismounted.c 406 char mntpt[80]; local
414 mntpt[0] = 0;
416 mntpt, sizeof(mntpt));
433 if (mntpt[0])
434 printf("\t%s is mounted on %s.\n", argv[1], mntpt);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.c 267 void perf_debugfs_set_path(const char *mntpt)
269 snprintf(debugfs_mountpoint, strlen(debugfs_mountpoint), "%s", mntpt);
270 set_tracing_events_path(mntpt);
  /external/e2fsprogs/lib/quota/
quotaio.c 57 const char *quota_get_qf_path(const char *mntpt, int qtype, int fmt,
62 if (!mntpt || !path_buf || !path_buf_size)
65 strncpy(path_buf, mntpt, path_buf_size);
quotaio.h 162 const char *quota_get_qf_path(const char *mntpt, int qtype, int fmt,
  /external/e2fsprogs/misc/
fsck.c 434 static int execute(const char *type, const char *device, const char *mntpt,
484 mntpt ? mntpt : device);

Completed in 312 milliseconds