Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ adjust_file_size_up
Function
adjust_file_size_up
libcppcryptfs/util/fileutil.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
bool adjust_file_size_up(LARGE_INTEGER& l)
115
{
116
return adjust_file_offset_up(l);
117
}
118
119
bool
120
adjust_file_offset_up_truncate_zero(LARGE_INTEGER& l)
Callers
3
convert_fdata
Function · 0.85
get_file_information
Function · 0.85
convert_find_stream_data
Function · 0.85
Calls
1
adjust_file_offset_up
Function · 0.85
Tested by
no test coverage detected