OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lowerpath
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/fs/vfs/
t_union.c
65
* the upper layer.
Lowerpath
is constructed so that the directory
69
mountunion(const char *mp, char *
lowerpath
)
73
sprintf(
lowerpath
, "/lower");
74
rump_sys_mkdir(
lowerpath
, 0777);
78
unionargs.target =
lowerpath
;
111
char
lowerpath
[MAXPATHLEN];
local in function:basic
117
mountunion(mp,
lowerpath
);
120
xput_tfile(
lowerpath
, TFILE);
130
if ((error = xread_tfile(
lowerpath
, "kiekko")) != ENOENT)
t_union.c
65
* the upper layer.
Lowerpath
is constructed so that the directory
69
mountunion(const char *mp, char *
lowerpath
)
73
sprintf(
lowerpath
, "/lower");
74
rump_sys_mkdir(
lowerpath
, 0777);
78
unionargs.target =
lowerpath
;
111
char
lowerpath
[MAXPATHLEN];
local in function:basic
117
mountunion(mp,
lowerpath
);
120
xput_tfile(
lowerpath
, TFILE);
130
if ((error = xread_tfile(
lowerpath
, "kiekko")) != ENOENT)
Completed in 45 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025