OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/autotest/client/tests/ffsb/
ffsb.py
62
mntpt
= find_mnt_pt(path)
63
f = os.statvfs(
mntpt
)
66
d[fsno].append(
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 3061 milliseconds