MCPcopy Create free account
hub / github.com/facebook/SoLoader / size

Method size

java/com/facebook/soloader/ElfByteChannel.java:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 int read(ByteBuffer dst, long position) throws IOException;
31
32 long size() throws IOException;
33
34 ElfByteChannel truncate(long size) throws IOException;
35

Callers 15

computeDsosFromZipMethod · 0.65
getDsosMethod · 0.65
getDepsBlockMethod · 0.65
dumbDeleteMethod · 0.65
getSupportedAbisMethod · 0.65
getSupportedAbisMethod · 0.65
initSoSourcesMethod · 0.65
sizeMethod · 0.65
processDepsBytesMethod · 0.65
getLibStringMethod · 0.65
getDepsForLibAtOffsetMethod · 0.65

Implementers 2

ElfZipFileChanneljava/com/facebook/soloader/ElfZipFileC
ElfFileChanneljava/com/facebook/soloader/ElfFileChan

Calls

no outgoing calls

Tested by

no test coverage detected