OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mntpt
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
ismounted.c
357
char
mntpt
[80];
local
365
mntpt
[0] = 0;
367
mntpt
, sizeof(
mntpt
));
384
if (
mntpt
[0])
385
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
,
484
mntpt
?
mntpt
: device);
Completed in 828 milliseconds