Home
last modified time | relevance | path

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

/freebsd/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/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();
210 if (section->GetFileSize()) {
214 std::make_shared<DataBufferHeap>(src, section->GetFileSize()); in ReadSectionData()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp131 lldb::user_id_t RemoteAwarePlatform::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in RemoteAwarePlatform
133 return m_remote_platform_sp->GetFileSize(file_spec); in GetFileSize()
134 return Platform::GetFileSize(file_spec); in GetFileSize()
H A DPlatform.cpp652 user_id_t Platform::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in Platform
/freebsd/contrib/expat/xmlwf/
H A Dwin32filemap.c72 size = GetFileSize(f, &sizeHi); in filemap()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h42 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
H A DPlatform.h520 virtual lldb::user_id_t GetFileSize(const FileSpec &file_spec);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp169 return section_sp->GetFileSize(); in GetFileByteSize()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h160 lldb::offset_t GetFileSize() const { return m_file_size; } in GetFileSize() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp510 const lldb::offset_t section_file_size = section->GetFileSize(); in ReadSectionData()
651 if (section_sp->GetFileSize() == 0) in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h686 return section->GetFileSize(); in GetSectionDataSize()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc1242 size_t GetFileSize(FILE* file) { in GetFileSize() function
1248 const size_t file_size = GetFileSize(file); in ReadEntireFile()
/freebsd/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.cpp3151 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp676 debug_info_size += section->GetFileSize(); in GetDebugInfoSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp87 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp616 debug_info_file_size = section->GetFileSize(); in CalculateAbilities()
622 debug_abbrev_file_size = section->GetFileSize(); in CalculateAbilities()
640 debug_line_file_size = section->GetFileSize(); in CalculateAbilities()
653 if (section && section->GetFileSize() == 1) { in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2967 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections()
2968 GetData(symtab->GetFileOffset(), symtab->GetFileSize(), symtab_data) && in RelocateDebugSections()
2969 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1214 GTEST_API_ size_t GetFileSize(FILE* file);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp876 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c47351 { "GetFileSize", (SYSCALL)GetFileSize, 0 },