Home
last modified time | relevance | path

Searched defs:OpenFile (Results 1 – 14 of 14) sorted by relevance

/llvm-project/libc/test/src/dirent/
H A Ddirent_test.cpp65 TEST(LlvmLibcDirentTest, OpenFile) { in TEST() argument
/llvm-project/lldb/source/Host/common/
H A DFileCache.cpp26 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec, in OpenFile() function in FileCache
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp110 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
H A DFuzzerIOWindows.cpp217 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
/llvm-project/lldb/tools/debugserver/source/
H A DRNBSocket.cpp249 rnb_err_t RNBSocket::OpenFile(const char *path) { in OpenFile() function in RNBSocket
/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp98 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec, OpenFile() function in RemoteAwarePlatform
H A DPlatform.cpp638 user_id_t Platform::OpenFile(const FileSpec &file_spec, OpenFile() function in Platform
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp165 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile() function
H A Dsanitizer_coverage_libcdep_new.cpp32 static fd_t OpenFile(const char* path) { in OpenFile() function
H A Dsanitizer_win.cpp752 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { OpenFile() function
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp586 lldb::user_id_t PlatformRemoteGDBServer::OpenFile(const FileSpec &file_spec, OpenFile() function in PlatformRemoteGDBServer
/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp442 ModuleMap::KnownHeader *SuggestedModule, bool OpenFile /*=true*/, in getFileAndSuggestModule() argument
892 bool BuildSystemModule, bool OpenFile, bool CacheFailures) { in LookupFile() argument
[all...]
H A DPPDirectives.cpp958 LookupFile(SourceLocation FilenameLoc,StringRef Filename,bool isAngled,ConstSearchDirIterator FromDir,const FileEntry * FromFile,ConstSearchDirIterator * CurDirArg,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,ModuleMap::KnownHeader * SuggestedModule,bool * IsMapped,bool * IsFrameworkFound,bool SkipCache,bool OpenFile,bool CacheFailures) LookupFile() argument
1078 LookupEmbedFile(StringRef Filename,bool isAngled,bool OpenFile,const FileEntry * LookupFromFile) LookupEmbedFile() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3082 GDBRemoteCommunicationClient::OpenFile(const lldb_private::FileSpec &file_spec, OpenFile() function in GDBRemoteCommunicationClient