Home
last modified time | relevance | path

Searched refs:Fopen (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/posix/
H A DFileSystemPosix.cpp74 FILE *FileSystem::Fopen(const char *path, const char *mode) { in Fopen() function in FileSystem
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DFileSystem.cpp88 FILE *FileSystem::Fopen(const char *path, const char *mode) { in Fopen() function in FileSystem
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFileSystem.h52 FILE *Fopen(const char *path, const char *mode);
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp865 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation()
H A DDebugger.cpp934 FILE *fh = nextfile ? FileSystem::Instance().Fopen(nextfile->c_str(), "r") in SetInputFile()