Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp107 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()
HDPlatformPOSIX.h44 OpenFile (const lldb_private::FileSpec& file_spec,
/trueos/contrib/llvm/lib/Support/
HDDataStream.cpp66 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/
HDGXditview.ad23 <Key>Find: OpenFile()\n\
37 <Key>Find: OpenFile()\n\
HDDvi.c114 static void OpenFile (DviWidget);
301 OpenFile (dw); in Realize()
413 OpenFile (dw); in SetValuesHook()
427 static void OpenFile (DviWidget dw) in OpenFile() function
HDxditview.c143 static void OpenFile(Widget, XtPointer, XtPointer);
155 {"openFile", OpenFile},
513 OpenFile (Widget entry, XtPointer name, XtPointer data) in OpenFile() function
HDChangeLog183 * Dvi.c (OpenFile): Use tmpdir() for security reasons.
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDFileManager.h223 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
/trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.h163 OpenFile (const lldb_private::FileSpec& file_spec,
HDPlatformRemoteGDBServer.cpp615 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/
HDHost.h557 OpenFile (const FileSpec& file_spec,
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h417 OpenFile (const lldb_private::FileSpec& file_spec,
HDGDBRemoteCommunicationClient.cpp2898 GDBRemoteCommunicationClient::OpenFile (const lldb_private::FileSpec& file_spec, in OpenFile() function in GDBRemoteCommunicationClient
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDPlatform.h583 OpenFile (const FileSpec& file_spec, in OpenFile() function
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp690 lldb::user_id_t fd = platform_sp->OpenFile(FileSpec(cmd_line.c_str(),false), in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp2263 Host::OpenFile (const FileSpec& file_spec, in OpenFile() function in Host