Searched refs:GetFileSize (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DkodFile.c97 TEST_ASSERT_EQUAL(0, GetFileSize(is));
122 TEST_ASSERT_EQUAL(GetFileSize(expected), GetFileSize(actual));
153 TEST_ASSERT_EQUAL(GetFileSize(expected), GetFileSize(actual));
H A DfileHandlingTest.c48 GetFileSize( function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp217 if (section_sp && section_sp->GetFileSize() > 0 &&
231 lldb::offset_t file_size = section->GetFileSize();
248 if (section->GetFileSize()) {
252 std::make_shared<DataBufferHeap>(src, section->GetFileSize());
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dwin32filemap.c69 size = GetFileSize(f, &sizeHi);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp101 lldb::user_id_t RemoteAwarePlatform::GetFileSize(const FileSpec &file_spec) { function in class:RemoteAwarePlatform
109 return m_remote_platform_sp->GetFileSize(file_spec);
110 return Platform::GetFileSize(file_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h36 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
H A DPlatform.h514 virtual lldb::user_id_t GetFileSize(const FileSpec &file_spec) { function in class:lldb_private::Platform
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp517 const lldb::offset_t section_file_size = section->GetFileSize();
563 return GetData(section->GetFileOffset(), section->GetFileSize(),
571 return GetData(section->GetFileOffset(), section->GetFileSize(),
666 if (section_sp->GetFileSize() == 0)
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp176 return section_sp->GetFileSize();
193 const uint64_t sect_file_size = section_sp->GetFileSize();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h127 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
H A DPlatformRemoteGDBServer.cpp643 PlatformRemoteGDBServer::GetFileSize(const FileSpec &file_spec) { function in class:PlatformRemoteGDBServer
644 return m_gdb_client.GetFileSize(file_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h145 lldb::offset_t GetFileSize() const { return m_file_size; } function in class:lldb_private::Section
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h359 lldb::user_id_t GetFileSize(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp2955 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp514 debug_info_file_size = section->GetFileSize();
520 debug_abbrev_file_size = section->GetFileSize();
542 debug_line_file_size = section->GetFileSize();
556 if (section && section->GetFileSize() == 1) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp883 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2679 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) &&
2680 GetData(symtab->GetFileOffset(), symtab->GetFileSize(), symtab_data) &&
2681 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) {
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 1198 milliseconds