Searched refs:OpenFile (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileCache.h31 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h58 fd_t OpenFile(const char *filename, FileAccessMode mode,
H A Dsanitizer_coverage_libcdep_new.cpp30 static fd_t OpenFile(const char* path) { function in namespace:__sancov::__anon1003
32 fd_t fd = OpenFile(path, WrOnly, &err);
50 fd_t fd = OpenFile(file_path);
H A Dsanitizer_file.cpp61 fd = OpenFile(full_path, WrOnly);
110 fd_t fd = OpenFile(file_name, RdOnly, errno_p);
146 fd_t fd = OpenFile(file_name, RdOnly, errno_p);
H A Dsanitizer_posix.cpp153 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { function in namespace:__sanitizer
193 fd_t fd = OpenFile(file_name, RdOnly);
H A Dsanitizer_rtems.cpp193 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { function in namespace:__sanitizer
H A Dsanitizer_win.cpp550 fd_t fd = OpenFile(modname, RdOnly, nullptr);
684 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { function in namespace:__sanitizer
H A Dsanitizer_linux_libcdep.cpp620 fd_t fd = OpenFile("/proc/self/statm", RdOnly);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h318 /// \param OpenFile if true and the file exists, it will be opened.
323 getFile(StringRef Filename, bool OpenFile = false, bool CacheFailure = true);
335 /// \param OpenFile if true and the file exists, it will be opened.
340 bool OpenFile = false,
345 bool OpenFile = false,
348 getFileRef(Filename, OpenFile, CacheFailure));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp63 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec, function in class:RemoteAwarePlatform
67 return FileCache::GetInstance().OpenFile(file_spec, flags, mode, error);
69 return m_remote_platform_sp->OpenFile(file_spec, flags, mode, error);
70 return Platform::OpenFile(file_spec, flags, mode, error);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp48 stats_fd = OpenFile(path.data(), WrOnly, &err);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileCache.cpp26 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec, function in class:FileCache
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h88 FILE* OpenFile(int Fd, const char *Mode);
H A DFuzzerIO.cpp115 FILE *NewOutputFile = OpenFile(OutputFd, "w");
H A DFuzzerIOPosix.cpp107 FILE* OpenFile(int Fd, const char* Mode) { function in namespace:fuzzer
H A DFuzzerIOWindows.cpp206 FILE* OpenFile(int Fd, const char* Mode) { function in namespace:fuzzer
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h25 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DPlatform.h506 virtual lldb::user_id_t OpenFile(const FileSpec &file_spec, function in class:lldb_private::Platform
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Dxditview.c143 static void OpenFile(Widget, XtPointer, XtPointer);
155 {"openFile", OpenFile},
176 {(String)"OpenFile", OpenFileAction},
513 OpenFile (Widget entry, XtPointer name, XtPointer data) function
H A DDvi.c114 static void OpenFile (DviWidget);
301 OpenFile (dw);
413 OpenFile (dw);
427 static void OpenFile (DviWidget dw) function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h116 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DPlatformRemoteGDBServer.cpp631 lldb::user_id_t PlatformRemoteGDBServer::OpenFile(const FileSpec &file_spec, function in class:PlatformRemoteGDBServer
635 return m_gdb_client.OpenFile(file_spec, flags, mode, error);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp410 fd_t fd = OpenFile(flags().dump_labels_at_exit, WrOnly);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h354 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp351 user_id_t fd_src = OpenFile(source, File::eOpenOptionRead,
363 user_id_t fd_dst = FileCache::GetInstance().OpenFile(

Completed in 147 milliseconds

12