OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DirectoryPath
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/common/
adfile.c
284
char *
DirectoryPath
;
300
DirectoryPath
= FlStrdup (InputPath);
301
if (!
DirectoryPath
)
308
UtConvertBackslashes (
DirectoryPath
);
312
Substring = strrchr (
DirectoryPath
, '/');
315
Substring = strrchr (
DirectoryPath
, ':');
322
Filename = FlStrdup (
DirectoryPath
);
323
DirectoryPath
[0] = 0;
338
*OutDirectoryPath =
DirectoryPath
;
Completed in 18 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026