Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ adjust_file_size_down
Function
adjust_file_size_down
libcppcryptfs/util/fileutil.cpp:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
bool adjust_file_size_down(LARGE_INTEGER& l)
110
{
111
return adjust_file_offset_down(l);
112
}
113
114
bool adjust_file_size_up(LARGE_INTEGER& l)
115
{
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_down
Function · 0.85
Tested by
no test coverage detected