OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPathSeparator
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_file.h
82
bool
IsPathSeparator
(const char c);
sanitizer_rtems.cc
256
bool
IsPathSeparator
(const char c) {
261
return path != nullptr &&
IsPathSeparator
(path[0]);
sanitizer_posix.cc
267
bool
IsPathSeparator
(const char c) {
272
return path != nullptr &&
IsPathSeparator
(path[0]);
sanitizer_win.cc
486
bool
IsPathSeparator
(const char c) {
Completed in 467 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025