OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:relpath
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_dataset.c
2330
const char *
relpath
;
local
2340
relpath
= "";
2342
relpath
= zhp->zfs_name + strlen(source);
2343
if (
relpath
[0] == '/')
2344
relpath
++;
2365
relpath
[0] != '\0'))
2368
if (
relpath
[0] == '\0')
2373
root, str,
relpath
[0] == '@' ? "" : "/",
2374
relpath
);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
1422
const char*
relpath
= ".";
local
1424
char* res = realpath(
relpath
, path);
1430
const char*
relpath
= ".";
local
1431
char* res = realpath(
relpath
, NULL);
1440
const char*
relpath
= ".";
local
1441
char* res = canonicalize_file_name(
relpath
);
Completed in 20 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026