Home
last modified time | relevance | path

Searched refs:OpenFile (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h203 getFile(StringRef Filename, bool OpenFile = false, bool CacheFailure = true);
220 bool OpenFile = false,
233 bool OpenFile = false,
236 getFileRef(Filename, OpenFile, CacheFailure));
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cpp30 static fd_t OpenFile(const char* path) { in OpenFile() function
32 fd_t fd = OpenFile(path, WrOnly, &err); in OpenFile()
50 fd_t fd = OpenFile(file_path); in WriteModuleCoverage()
H A Dsanitizer_file.cpp65 fd = OpenFile(full_path, WrOnly, &err); in ReopenIfNecessary()
122 fd_t fd = OpenFile(file_name, RdOnly, errno_p); in ReadFileToBuffer()
158 fd_t fd = OpenFile(file_name, RdOnly, errno_p); in ReadFileToVector()
H A Dsanitizer_file.h59 fd_t OpenFile(const char *filename, FileAccessMode mode,
H A Dsanitizer_posix.cpp153 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile() function
193 fd_t fd = OpenFile(file_name, RdOnly); in MapFileToMemory()
H A Dsanitizer_win.cpp575 fd_t fd = OpenFile(modname, RdOnly, nullptr); in GetPreferredBase()
710 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { in OpenFile() function
H A Dsanitizer_linux_libcdep.cpp688 fd_t fd = OpenFile("/proc/self/statm", RdOnly); in GetRSS()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp218 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec, in OpenFile() function in RemoteAwarePlatform
222 return FileCache::GetInstance().OpenFile(file_spec, flags, mode, error); in OpenFile()
224 return m_remote_platform_sp->OpenFile(file_spec, flags, mode, error); in OpenFile()
225 return Platform::OpenFile(file_spec, flags, mode, error); in OpenFile()
H A DPlatform.cpp1242 lldb::user_id_t dest_file = OpenFile( in PutFile()
1666 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionRead, in DownloadModuleSlice()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileCache.h31 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp48 stats_fd = OpenFile(path.data(), WrOnly, &err); in OpenStatsFile()
/freebsd-13.1/contrib/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
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h95 FILE* OpenFile(int Fd, const char *Mode);
H A DFuzzerIOPosix.cpp111 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
H A DFuzzerIO.cpp131 FILE *NewOutputFile = OpenFile(OutputFd, "w"); in DupAndCloseStderr()
H A DFuzzerIOWindows.cpp218 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h29 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DPlatform.h513 virtual lldb::user_id_t OpenFile(const FileSpec &file_spec, in OpenFile() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h117 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DPlatformRemoteGDBServer.cpp648 lldb::user_id_t PlatformRemoteGDBServer::OpenFile(const FileSpec &file_spec, in OpenFile() function in PlatformRemoteGDBServer
652 return m_gdb_client.OpenFile(file_spec, flags, mode, error); in OpenFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp208 user_id_t fd_src = OpenFile(source, File::eOpenOptionRead, in GetFile()
220 user_id_t fd_dst = FileCache::GetInstance().OpenFile( in GetFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h389 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DGDBRemoteCommunicationClient.cpp3005 GDBRemoteCommunicationClient::OpenFile(const lldb_private::FileSpec &file_spec, in OpenFile() function in GDBRemoteCommunicationClient
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp188 fd_t fd = OpenFile(filename.data(), WrOnly); in BackgroundThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp499 lldb::user_id_t fd = platform_sp->OpenFile( in DoExecute()

12