Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A 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/
H A Dppport_h.PL19 unlink "ppport.old" if WriteFile("ppport.h") && -f 'ppport.h';
H A DPPPort_pm.PL551 Devel::PPPort::WriteFile(); # defaults to ./ppport.h
552 Devel::PPPort::WriteFile('someheader.h');
561 $ perl -MDevel::PPPort -e'Devel::PPPort::WriteFile'
575 C<Devel::PPPort> contains two functions, C<WriteFile> and C<GetFileContents>.
576 C<WriteFile>'s only purpose is to write the F<ppport.h> C header file.
634 =head2 WriteFile
636 C<WriteFile> takes one optional argument. When called with one
645 C<GetFileContents> behaves like C<WriteFile> above, but returns the contents
780 sub WriteFile
/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/t/
H A 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/
H A DFileCache.h35 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A 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()
H A 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/
H A 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/
H A DRemoteAwarePlatform.h38 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
H A DPlatform.h506 virtual uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h119 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *data,
H A 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/
H A DFile.xs630 WriteFile( hFile, pBuffer, lBytes, ouBytesWritten, pOverlapped )
644 RETVAL= WriteFile( hFile, pBuffer, lBytes,
H A DFile.pm661 WriteFile (
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp276 result = ::WriteFile(m_file, src, src_len, NULL, &m_overlapped); in Write()
H A 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/
H A DGDBRemoteCommunicationClient.h374 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
H A 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/
H A DPlatformPOSIX.cpp244 if (FileCache::GetInstance().WriteFile(fd_dst, offset, in GetFile()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A 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/
H A Dppphtest58 ok(&Devel::PPPort::WriteFile("ppport.h"));
H A Dppphbin942 Devel::PPPort::WriteFile(\$0);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A 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/
H A DWin32.xs1929 if (!WriteFile(hOut,
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlguts.pod3351 perl -MDevel::PPPort -eDevel::PPPort::WriteFile