OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileExists
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_file.h
80
bool
FileExists
(const char *filename);
sanitizer_file.cc
174
if (
FileExists
(name)) {
192
if (
FileExists
(buffer.data()))
sanitizer_suppressions.cc
58
if (!
FileExists
(filename) && !IsAbsolutePath(filename) &&
sanitizer_rtems.cc
53
bool
FileExists
(const char *filename) {
sanitizer_symbolizer_posix_libcdep.cc
147
if (!
FileExists
(path_)) {
sanitizer_mac.cc
284
bool
FileExists
(const char *filename) {
sanitizer_win.cc
78
bool
FileExists
(const char *filename) {
sanitizer_linux.cc
455
bool
FileExists
(const char *filename) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_libc_test.cc
126
EXPECT_TRUE(
FileExists
(tmpfile));
Completed in 20 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025