MCPcopy 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
109bool adjust_file_size_down(LARGE_INTEGER& l)
110{
111 return adjust_file_offset_down(l);
112}
113
114bool adjust_file_size_up(LARGE_INTEGER& l)
115{

Callers 3

convert_fdataFunction · 0.85
get_file_informationFunction · 0.85
convert_find_stream_dataFunction · 0.85

Calls 1

adjust_file_offset_downFunction · 0.85

Tested by

no test coverage detected