MCPcopy 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
114bool adjust_file_size_up(LARGE_INTEGER& l)
115{
116 return adjust_file_offset_up(l);
117}
118
119bool
120adjust_file_offset_up_truncate_zero(LARGE_INTEGER& l)

Callers 3

convert_fdataFunction · 0.85
get_file_informationFunction · 0.85
convert_find_stream_dataFunction · 0.85

Calls 1

adjust_file_offset_upFunction · 0.85

Tested by

no test coverage detected