OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileExists
(Results
1 - 17
of
17
) 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/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_file.h
80
bool
FileExists
(const char *filename);
sanitizer_file.cpp
200
if (
FileExists
(name)) {
218
if (
FileExists
(buffer.data()))
sanitizer_suppressions.cpp
55
if (!
FileExists
(file_path) && !IsAbsolutePath(file_path) &&
sanitizer_symbolizer_posix_libcdep.cpp
135
if (!
FileExists
(path_)) {
sanitizer_win.cpp
93
bool
FileExists
(const char *filename) {
sanitizer_mac.cpp
391
bool
FileExists
(const char *filename) {
sanitizer_linux.cpp
487
bool
FileExists
(const char *filename) {
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
output_test_helper.cc
463
static bool
FileExists
(std::string const& name) {
475
if (!
FileExists
(name))
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_libc_test.cc
126
EXPECT_TRUE(
FileExists
(tmpfile));
Completed in 41 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026