Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/TableGen/
DMain.cpp137 bool WriteFile = true; in TableGenMain() local
145 WriteFile = false; in TableGenMain()
147 if (WriteFile) { in TableGenMain()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/
Dppport_h.PL19 unlink "ppport.old" if WriteFile("ppport.h") && -f 'ppport.h';
DPPPort_pm.PL780 sub WriteFile
/openbsd/src/gnu/usr.bin/perl/cpan/Win32API-File/t/
Dfile.t74 $ok= WriteFile( $h1, "Original text\n", 0, [], [] );
98 $ok= WriteFile( $h1, "ly was other text\n", 0, $len, [] )
133 $ok= WriteFile( $h1, "Just this and not this", 10, [], [] );
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DFileCache.h35 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
/openbsd/src/gnu/llvm/lldb/source/Target/
DRemoteAwarePlatform.cpp236 uint64_t RemoteAwarePlatform::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in RemoteAwarePlatform
240 return m_remote_platform_sp->WriteFile(fd, offset, src, src_len, error); in WriteFile()
241 return Platform::WriteFile(fd, offset, src, src_len, error); in WriteFile()
DPlatform.cpp710 uint64_t Platform::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in Platform
713 return FileCache::GetInstance().WriteFile(fd, offset, src, src_len, error); in WriteFile()
1219 WriteFile(dest_file, offset, buffer_sp->GetBytes(), bytes_read, error); in PutFile()
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DFileCache.cpp63 uint64_t FileCache::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in FileCache
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DRemoteAwarePlatform.h38 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
DPlatform.h506 virtual uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset,
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h119 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *data,
DPlatformRemoteGDBServer.cpp616 uint64_t PlatformRemoteGDBServer::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in PlatformRemoteGDBServer
620 return m_gdb_client_up->WriteFile(fd, offset, src, src_len, error); in WriteFile()
/openbsd/src/gnu/usr.bin/perl/cpan/Win32API-File/
DFile.xs630 WriteFile( hFile, pBuffer, lBytes, ouBytesWritten, pOverlapped )
644 RETVAL= WriteFile( hFile, pBuffer, lBytes,
DFile.pm661 WriteFile (
/openbsd/src/gnu/llvm/lldb/source/Host/windows/
DConnectionGenericFileWindows.cpp276 result = ::WriteFile(m_file, src, src_len, NULL, &m_overlapped); in Write()
DPipeWindows.cpp326 BOOL write_result = ::WriteFile(m_write, buf, num_bytes, &sys_bytes_written, in Write()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h374 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
DGDBRemoteCommunicationClient.cpp3265 uint64_t GDBRemoteCommunicationClient::WriteFile(lldb::user_id_t fd, in WriteFile() function in GDBRemoteCommunicationClient
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp244 if (FileCache::GetInstance().WriteFile(fd_dst, offset, in GetFile()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cpp810 if (!WriteFile(fd, buff, buff_size, &bytes_written_32, 0)) { in WriteToFile()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dppphtest58 ok(&Devel::PPPort::WriteFile("ppport.h"));
Dppphbin942 Devel::PPPort::WriteFile(\$0);
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectPlatform.cpp698 platform_sp->WriteFile(fd, m_options.m_offset, &m_options.m_data[0], in DoExecute()
/openbsd/src/gnu/usr.bin/perl/cpan/Win32/
DWin32.xs1929 if (!WriteFile(hOut,
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod3351 perl -MDevel::PPPort -eDevel::PPPort::WriteFile