Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ initAndOpenFile
Method
initAndOpenFile
src/MultiDiskAdaptor.cc:71–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void DiskWriterEntry::initAndOpenFile()
72
{
73
if (diskWriter_) {
74
diskWriter_->initAndOpenFile(fileEntry_->getLength());
75
open_ = true;
76
}
77
}
78
79
void DiskWriterEntry::openFile()
80
{
Callers
7
testAllocate
Method · 0.45
testToString_binaryStream
Method · 0.45
createFile
Function · 0.45
loadAndOpenFile
Method · 0.45
handleOtherEncoding
Method · 0.45
onFileSizeDetermined
Method · 0.45
onFileSizeDetermined
Method · 0.45
Calls
2
getLength
Method · 0.45
get
Method · 0.45
Tested by
3
testAllocate
Method · 0.36
testToString_binaryStream
Method · 0.36
createFile
Function · 0.36