HomeSort by relevance Sort by last modified time
    Searched refs:GetBlockSize (Results 1 - 25 of 41) sorted by null

1 2

  /external/pdfium/core/fxcrt/xml/
cxml_databufacc.h 23 size_t GetBlockSize() const { return m_dwSize; }
cxml_parser.cpp 101 m_dwBufferSize = m_pDataAcc->GetBlockSize();
  /system/update_engine/payload_generator/
ext2_filesystem.h 47 size_t GetBlockSize() const override;
fake_filesystem.h 38 size_t GetBlockSize() const override;
mapfile_filesystem.h 42 size_t GetBlockSize() const override;
raw_filesystem.cc 36 size_t RawFilesystem::GetBlockSize() const {
raw_filesystem.h 37 size_t GetBlockSize() const override;
fake_filesystem.cc 28 size_t FakeFilesystem::GetBlockSize() const {
filesystem_interface.h 75 virtual size_t GetBlockSize() const = 0;
squashfs_filesystem.h 79 size_t GetBlockSize() const override;
payload_generation_config.cc 54 TEST_AND_RETURN_FALSE(fs_interface->GetBlockSize() == kBlockSize);
62 TEST_AND_RETURN_FALSE(fs_interface->GetBlockSize() == kBlockSize);
mapfile_filesystem.cc 71 size_t MapfileFilesystem::GetBlockSize() const {
mapfile_filesystem_unittest.cc 69 EXPECT_EQ(4096U, fs->GetBlockSize());
  /external/gptfdisk/
diskio.h 73 int GetBlockSize(void);
diskio-unix.cc 137 int DiskIO::GetBlockSize(void) {
179 } // DiskIO::GetBlockSize()
284 seekTo = sector * (uint64_t) GetBlockSize();
308 blockSize = GetBlockSize();
351 blockSize = GetBlockSize();
423 long long b = GetBlockSize();
443 sectors /= (GetBlockSize() / 512);
diskio-windows.cc 126 int DiskIO::GetBlockSize(void) {
145 } // DiskIO::GetBlockSize()
200 seekTo.QuadPart = sector * (uint64_t) GetBlockSize();
227 blockSize = GetBlockSize();
271 blockSize = GetBlockSize();
323 sectors = (uint64_t) buf.Length.QuadPart / GetBlockSize();
327 sectors = ((uint64_t) bytes + ((uint64_t) moreBytes) * UINT32_MAX) / GetBlockSize();
bsd.cc 81 offset[1] = theDisk->GetBlockSize();
gpt.h 176 uint32_t GetBlockSize(void) {return blockSize;}
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolumeBlock/
FirmwareVolumeBlock.h 249 EFI_FVB_GET_BLOCK_SIZE GetBlockSize;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFirmwareVolumeBlock.h 105 The GetBlockSize() function retrieves the size of the requested
107 the identical size. The GetBlockSize() function is used to
341 FRAMEWORK_EFI_FVB_GET_BLOCK_SIZE GetBlockSize;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolumeBlock.h 114 The GetBlockSize() function retrieves the size of the requested
116 the identical size. The GetBlockSize() function is used to
352 EFI_FVB_GET_BLOCK_SIZE GetBlockSize;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/
Fvb.c 263 GetBlockSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/
Fvb.c 562 return mFvbEntry[Instance].Fvb->GetBlockSize (mFvbEntry[Instance].Fvb, Lba, BlockSize, NumOfBlocks);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/
Fvb.c 565 return mFvbEntry[Instance].Fvb->GetBlockSize (mFvbEntry[Instance].Fvb, Lba, BlockSize, NumOfBlocks);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/
ExtendedSalGuid.h 175 GetBlockSize,

Completed in 454 milliseconds

1 2