Searched defs:mntpt (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dismounted.c406 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/e2fsprogs/lib/quota/
H A Dquotaio.c57 const char *quota_get_qf_path(const char *mntpt, int qtype, int fmt, argument
62 if (!mntpt || !path_buf || !path_buf_size)
65 strncpy(path_buf, mntpt, path_buf_size);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.c267 void perf_debugfs_set_path(const char *mntpt) argument
269 snprintf(debugfs_mountpoint, strlen(debugfs_mountpoint), "%s", mntpt);
270 set_tracing_events_path(mntpt);
/external/e2fsprogs/misc/
H A Dfsck.c434 static int execute(const char *type, const char *device, const char *mntpt, argument
484 mntpt ? mntpt : device);

Completed in 144 milliseconds