Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cc31 static fd_t OpenFile(const char* path) { in OpenFile() function
33 fd_t fd = OpenFile(path, WrOnly, &err); in OpenFile()
51 fd_t fd = OpenFile(file_path); in WriteModuleCoverage()
H A Dsanitizer_file.cc62 fd = OpenFile(full_path, WrOnly); in ReopenIfNecessary()
111 fd_t fd = OpenFile(file_name, RdOnly, errno_p); in ReadFileToBuffer()
147 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.cc160 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile() function
200 fd_t fd = OpenFile(file_name, RdOnly); in MapFileToMemory()
H A Dsanitizer_solaris.cc90 uptr OpenFile(const char *filename, bool write) { in OpenFile() function
H A Dsanitizer_rtems.cc194 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile() function
H A Dsanitizer_win.cc528 fd_t fd = OpenFile(modname, RdOnly, nullptr); in GetPreferredBase()
661 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { in OpenFile() function
H A Dsanitizer_linux_libcdep.cc628 fd_t fd = OpenFile("/proc/self/statm", RdOnly); in GetRSS()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileCache.h31 lldb::user_id_t OpenFile(const FileSpec &file_spec, uint32_t flags,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp314 lldb::user_id_t PlatformPOSIX::OpenFile(const FileSpec &file_spec, in OpenFile() function in PlatformPOSIX
318 return FileCache::GetInstance().OpenFile(file_spec, flags, mode, error); in OpenFile()
320 return m_remote_platform_sp->OpenFile(file_spec, flags, mode, error); in OpenFile()
322 return Platform::OpenFile(file_spec, flags, mode, error); in OpenFile()
539 user_id_t fd_src = OpenFile(source, File::eOpenOptionRead, in GetFile()
551 user_id_t fd_dst = FileCache::GetInstance().OpenFile( in GetFile()
H A DPlatformPOSIX.h47 lldb::user_id_t OpenFile(const lldb_private::FileSpec &file_spec,
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h73 FILE* OpenFile(int Fd, const char *Mode);
H A DFuzzerIOPosix.cpp86 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
H A DFuzzerIO.cpp106 FILE *NewOutputFile = OpenFile(OutputFd, "w"); in DupAndCloseStderr()
H A DFuzzerIOWindows.cpp148 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
/freebsd-12.1/contrib/compiler-rt/lib/stats/
H A Dstats.cc49 stats_fd = OpenFile(path.data(), WrOnly, &err); in OpenStatsFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileCache.cpp27 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec, uint32_t flags, in OpenFile() function in FileCache
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h123 lldb::user_id_t OpenFile(const FileSpec &file_spec, uint32_t flags,
H A DPlatformRemoteGDBServer.cpp645 lldb::user_id_t PlatformRemoteGDBServer::OpenFile(const FileSpec &file_spec, in OpenFile() function in PlatformRemoteGDBServer
648 return m_gdb_client.OpenFile(file_spec, flags, mode, error); in OpenFile()
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Ddfsan.cc409 fd_t fd = OpenFile(flags().dump_labels_at_exit, WrOnly); in dfsan_fini()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h369 lldb::user_id_t OpenFile(const FileSpec &file_spec, uint32_t flags,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h560 virtual lldb::user_id_t OpenFile(const FileSpec &file_spec, uint32_t flags, in OpenFile() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1288 lldb::user_id_t dest_file = OpenFile( in PutFile()
1690 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionRead, in DownloadModuleSlice()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc165 fd_t fd = OpenFile(filename.data(), WrOnly); in BackgroundThread()

12