OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPathSeparator
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix.cc
267
bool
IsPathSeparator
(const char c) {
272
return path != nullptr &&
IsPathSeparator
(path[0]);
sanitizer_rtems.cc
256
bool
IsPathSeparator
(const char c) {
261
return path != nullptr &&
IsPathSeparator
(path[0]);
sanitizer_win.cc
486
bool
IsPathSeparator
(const char c) {
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025