MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / size

Method size

rpcs3/dev/block_dev.hpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 return m_block_count;
22 }
23 std::size_t size() const
24 {
25 return block_size() * block_count();
26 }
27
28 virtual std::size_t read(std::size_t blockIndex, void* data,
29 std::size_t blockCount) = 0;

Callers 7

u16_se_to_stringFunction · 0.45
decodeStringFunction · 0.45
statfsMethod · 0.45
open_dirMethod · 0.45
open_entryMethod · 0.45
file_block_devMethod · 0.45
file_view_block_devMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected