Home
last modified time | relevance | path

Searched defs:Fopen (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Host/posix/
DFileSystemPosix.cpp74 FILE *FileSystem::Fopen(const char *path, const char *mode) { in Fopen() function in FileSystem
/external/llvm-project/lldb/source/Host/windows/
DFileSystem.cpp88 FILE *FileSystem::Fopen(const char *path, const char *mode) { in Fopen() function in FileSystem
/external/clang/lib/StaticAnalyzer/Checkers/
DStreamChecker.cpp203 void StreamChecker::Fopen(CheckerContext &C, const CallExpr *CE) const { in Fopen() function in StreamChecker