| /trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| HD | PlatformPOSIX.cpp | 107 PlatformPOSIX::OpenFile (const FileSpec& file_spec, in OpenFile() function in PlatformPOSIX 113 return Host::OpenFile(file_spec, flags, mode, error); in OpenFile() 115 return m_remote_platform_sp->OpenFile(file_spec, flags, mode, error); in OpenFile() 117 return Platform::OpenFile(file_spec, flags, mode, error); in OpenFile() 302 lldb::user_id_t dest_file = OpenFile (destination, in PutFile() 458 user_id_t fd_src = OpenFile (source, in GetFile() 472 user_id_t fd_dst = Host::OpenFile(destination, in GetFile()
|
| HD | PlatformPOSIX.h | 44 OpenFile (const lldb_private::FileSpec& file_spec,
|
| /trueos/contrib/llvm/lib/Support/ |
| HD | DataStream.cpp | 66 error_code OpenFile(const std::string &Filename) { in OpenFile() function in __anona335655b0111::DataFileStreamer 83 if (error_code e = s->OpenFile(Filename)) { in getDataFileStreamer()
|
| /trueos/contrib/groff/src/devices/xditview/ |
| HD | GXditview.ad | 23 <Key>Find: OpenFile()\n\ 37 <Key>Find: OpenFile()\n\
|
| HD | Dvi.c | 114 static void OpenFile (DviWidget); 301 OpenFile (dw); in Realize() 413 OpenFile (dw); in SetValuesHook() 427 static void OpenFile (DviWidget dw) in OpenFile() function
|
| HD | xditview.c | 143 static void OpenFile(Widget, XtPointer, XtPointer); 155 {"openFile", OpenFile}, 513 OpenFile (Widget entry, XtPointer name, XtPointer data) in OpenFile() function
|
| HD | ChangeLog | 183 * Dvi.c (OpenFile): Use tmpdir() for security reasons.
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | FileManager.h | 223 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.h | 163 OpenFile (const lldb_private::FileSpec& file_spec,
|
| HD | PlatformRemoteGDBServer.cpp | 615 PlatformRemoteGDBServer::OpenFile (const lldb_private::FileSpec& file_spec, in OpenFile() function in PlatformRemoteGDBServer 620 return m_gdb_client.OpenFile (file_spec, flags, mode, error); in OpenFile()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Host.h | 557 OpenFile (const FileSpec& file_spec,
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationClient.h | 417 OpenFile (const lldb_private::FileSpec& file_spec,
|
| HD | GDBRemoteCommunicationClient.cpp | 2898 GDBRemoteCommunicationClient::OpenFile (const lldb_private::FileSpec& file_spec, in OpenFile() function in GDBRemoteCommunicationClient
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Platform.h | 583 OpenFile (const FileSpec& file_spec, in OpenFile() function
|
| /trueos/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectPlatform.cpp | 690 lldb::user_id_t fd = platform_sp->OpenFile(FileSpec(cmd_line.c_str(),false), in DoExecute()
|
| /trueos/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Host.cpp | 2263 Host::OpenFile (const FileSpec& file_spec, in OpenFile() function in Host
|