HomeSort by relevance Sort by last modified time
    Searched defs:GetBlockSize (Results 1 - 9 of 9) sorted by null

  /system/update_engine/payload_generator/
raw_filesystem.cc 36 size_t RawFilesystem::GetBlockSize() const {
fake_filesystem.cc 28 size_t FakeFilesystem::GetBlockSize() const {
ext2_filesystem.cc 145 size_t Ext2Filesystem::GetBlockSize() const {
  /external/gptfdisk/
diskio-unix.cc 135 int DiskIO::GetBlockSize(void) {
177 } // DiskIO::GetBlockSize()
282 seekTo = sector * (uint64_t) GetBlockSize();
306 blockSize = GetBlockSize();
349 blockSize = GetBlockSize();
421 long long b = GetBlockSize();
441 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();
gpt.h 175 uint32_t GetBlockSize(void) {return blockSize;}
  /external/pdfium/xfa/src/fgas/src/crt/
fx_memory.h 20 virtual size_t GetBlockSize() const { return 0; }
44 virtual size_t GetBlockSize() const { return 0; }
80 virtual size_t GetBlockSize() const { return m_iBlockSize; }
125 virtual size_t GetBlockSize() const { return 0; }
fx_utils.cpp 46 int32_t CFX_BaseArray::GetBlockSize() const {
  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 51 int32_t GetBlockSize() const;
74 int32_t GetBlockSize() const { return CFX_BaseArray::GetBlockSize(); }
123 int32_t GetBlockSize() const { return CFX_BaseArray::GetBlockSize(); }
139 FXSYS_assert(GetBlockSize() == src.GetBlockSize());
157 int32_t iBlockSize = CFX_BaseArray::GetBlockSize();
168 FXSYS_assert(GetBlockSize() == src.GetBlockSize());
    [all...]

Completed in 110 milliseconds