Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/facebook/SoLoader
/ write
Method
write
java/com/facebook/soloader/ElfFileChannel.java:73–76 ·
view source on GitHub ↗
(ByteBuffer src)
Source
from the content-addressed store, hash-verified
71
}
72
73
@Override
74
public
int
write(ByteBuffer src) throws IOException {
75
return
mFc.write(src);
76
}
77
78
@Override
79
public
void
close() throws IOException {
Callers
nothing calls this directly
Calls
1
write
Method · 0.65
Tested by
no test coverage detected