MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / rt_is_virtual_file

Function rt_is_virtual_file

libcppcryptfs/filename/cryptfilename.cpp:946–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944}
945
946bool
947rt_is_virtual_file(CryptContext *con, LPCWSTR FileName)
948{
949 return rt_is_dir_iv_file(con, FileName) || rt_is_name_file(con, FileName);
950}
951
952const WCHAR *
953remove_longname_suffix(const WCHAR *filepath, wstring& storage)

Calls 2

rt_is_dir_iv_fileFunction · 0.85
rt_is_name_fileFunction · 0.85

Tested by

no test coverage detected