OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mntpoint
(Results
1 - 1
of
1
) sorted by null
/external/yaffs2/yaffs2/utils/
mkyaffs2image.c
41
static char *
mntpoint
;
variable
368
"%s%s",
mntpoint
,
374
mntpoint
, suffix);
591
mntpoint
= argv[optind + 3];
638
if (
mntpoint
[0] == '/')
639
sepath = strdup(
mntpoint
);
640
else if (asprintf(&sepath, "/%s",
mntpoint
) < 0)
Completed in 1066 milliseconds