OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DirectoryPath
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/common/
adfile.c
392
char *
DirectoryPath
;
408
DirectoryPath
= FlStrdup (InputPath);
409
if (!
DirectoryPath
)
416
UtConvertBackslashes (
DirectoryPath
);
420
Substring = strrchr (
DirectoryPath
, '/');
423
Substring = strrchr (
DirectoryPath
, ':');
430
Filename = FlStrdup (
DirectoryPath
);
431
DirectoryPath
[0] = 0;
446
*OutDirectoryPath =
DirectoryPath
;
adfile.c
392
char *
DirectoryPath
;
408
DirectoryPath
= FlStrdup (InputPath);
409
if (!
DirectoryPath
)
416
UtConvertBackslashes (
DirectoryPath
);
420
Substring = strrchr (
DirectoryPath
, '/');
423
Substring = strrchr (
DirectoryPath
, ':');
430
Filename = FlStrdup (
DirectoryPath
);
431
DirectoryPath
[0] = 0;
446
*OutDirectoryPath =
DirectoryPath
;
Completed in 23 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025