Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/sntp/tests/
H A DkodFile.c97 TEST_ASSERT_EQUAL(0, GetFileSize(is)); in test_WriteEmptyFile()
122 TEST_ASSERT_EQUAL(GetFileSize(expected), GetFileSize(actual)); in test_WriteFileWithSingleEntry()
153 TEST_ASSERT_EQUAL(GetFileSize(expected), GetFileSize(actual)); in test_WriteFileWithMultipleEntries()
H A DfileHandlingTest.h.in28 extern int GetFileSize(FILE *file);
H A DfileHandlingTest.c48 GetFileSize( in GetFileSize() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp179 if (section_sp && section_sp->GetFileSize() > 0 && in SetLoadAddress()
193 lldb::offset_t file_size = section->GetFileSize(); in ReadSectionData()
210 if (section->GetFileSize()) { in ReadSectionData()
214 std::make_shared<DataBufferHeap>(src, section->GetFileSize()); in ReadSectionData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp244 lldb::user_id_t RemoteAwarePlatform::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in RemoteAwarePlatform
246 return m_remote_platform_sp->GetFileSize(file_spec); in GetFileSize()
247 return Platform::GetFileSize(file_spec); in GetFileSize()
H A DPlatform.cpp686 user_id_t Platform::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in Platform
/freebsd-14.2/contrib/expat/xmlwf/
H A Dwin32filemap.c72 size = GetFileSize(f, &sizeHi); in filemap()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h41 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
H A DPlatform.h533 virtual lldb::user_id_t GetFileSize(const FileSpec &file_spec);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp169 return section_sp->GetFileSize(); in GetFileByteSize()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h122 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
H A DPlatformRemoteGDBServer.cpp603 PlatformRemoteGDBServer::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in PlatformRemoteGDBServer
605 return m_gdb_client_up->GetFileSize(file_spec); in GetFileSize()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h160 lldb::offset_t GetFileSize() const { return m_file_size; } in GetFileSize() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp501 const lldb::offset_t section_file_size = section->GetFileSize(); in ReadSectionData()
642 if (section_sp->GetFileSize() == 0) in GetLoadableData()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h685 return section->GetFileSize(); in GetSectionDataSize()
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-port.cc1200 size_t GetFileSize(FILE* file) { in GetFileSize() function
1206 const size_t file_size = GetFileSize(file); in ReadEntireFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h357 lldb::user_id_t GetFileSize(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp3122 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize() function in GDBRemoteCommunicationClient
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp678 debug_info_size += section->GetFileSize(); in GetDebugInfoSize()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp87 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp609 debug_info_file_size = section->GetFileSize(); in CalculateAbilities()
615 debug_abbrev_file_size = section->GetFileSize(); in CalculateAbilities()
633 debug_line_file_size = section->GetFileSize(); in CalculateAbilities()
646 if (section && section->GetFileSize() == 1) { in CalculateAbilities()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2885 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections()
2886 GetData(symtab->GetFileOffset(), symtab->GetFileSize(), symtab_data) && in RelocateDebugSections()
2887 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1174 GTEST_API_ size_t GetFileSize(FILE* file);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp914 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c47351 { "GetFileSize", (SYSCALL)GetFileSize, 0 },