| /openbsd-src/regress/lib/libcrypto/certs/ |
| H A D | verify_test.go | 58 rootsPEM, err := ioutil.ReadFile(filepath.Join(test.id, "roots.pem")) 62 bundlePEM, err := ioutil.ReadFile(filepath.Join(test.id, "bundle.pem"))
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/t/ |
| H A D | file.t | 104 $ok= ReadFile( $h2, $text, 80, $len, [] ) 121 $ok= ! ReadFile( $h2, $text, 80, $len, [] ) 156 $ok= ReadFile( $h1, $text, 0, [], [] );
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 37 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 228 uint64_t RemoteAwarePlatform::ReadFile(lldb::user_id_t fd, uint64_t offset, in ReadFile() function in RemoteAwarePlatform 232 return m_remote_platform_sp->ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 233 return Platform::ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
|
| H A D | Platform.cpp | 700 uint64_t Platform::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function in Platform 703 return FileCache::GetInstance().ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 1643 ReadFile(src_fd, offset, &buffer[0], to_read, error); in DownloadModuleSlice()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 90 uint64_t FileCache::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function in FileCache
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 35 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| H A D | Platform.h | 503 virtual uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| /openbsd-src/regress/lib/libcrypto/c2sp/ |
| H A D | cctv.go | 188 b, err := ioutil.ReadFile(filepath.Join(testVectorPath, ed25519Json))
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 116 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *data_ptr,
|
| H A D | PlatformRemoteGDBServer.cpp | 607 uint64_t PlatformRemoteGDBServer::ReadFile(lldb::user_id_t fd, uint64_t offset, in ReadFile() function in PlatformRemoteGDBServer 611 return m_gdb_client_up->ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/ |
| H A D | File.xs | 544 ReadFile( hFile, opBuffer, lBytes, olBytesRead, pOverlapped ) 557 RETVAL= ReadFile( hFile, opBuffer, lBytes, &olBytesRead,
|
| H A D | File.pm | 705 ReadFile (
|
| /openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
| H A D | ConnectionGenericFileWindows.cpp | 181 result = ::ReadFile(m_file, dst, dst_len, NULL, &m_overlapped); in Read()
|
| H A D | PipeWindows.cpp | 284 BOOL result = ::ReadFile(m_read, buf, sys_bytes_read, &sys_bytes_read, in ReadWithTimeout()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 371 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| H A D | GDBRemoteCommunicationClient.cpp | 3225 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd, in ReadFile() function in GDBRemoteCommunicationClient
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 238 const uint64_t n_read = ReadFile(fd_src, offset, buffer_sp->GetBytes(), in GetFile()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 772 bool success = ::ReadFile(fd, buff, buff_size, &num_read_long, nullptr); in ReadFromFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1255 // ReadFile can only read 2GB at a time. The caller should check the number of 1260 if (::ReadFile(FileHandle, Buf.data(), BytesToRead, &BytesRead, Overlap))
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 602 uint64_t retcode = platform_sp->ReadFile( in DoExecute()
|
| /openbsd-src/regress/lib/libcrypto/wycheproof/ |
| H A D | wycheproof.go | 2648 b, err := ioutil.ReadFile(path)
|