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

Function rt_is_config_file

libcppcryptfs/filename/cryptfilename.cpp:898–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896#endif // _WIN32
897
898bool
899rt_is_config_file(CryptContext *con, LPCWSTR FileName)
900{
901 if (!con->GetConfig()->m_reverse)
902 return false;
903 else
904 return *FileName == '\\' && !lstrcmpi(FileName + 1, CONFIG_NAME);
905}
906
907bool
908rt_is_reverse_config_file(CryptContext *con, LPCWSTR FileName)

Callers 3

ConvertMethod · 0.85
get_file_informationFunction · 0.85

Calls 1

GetConfigMethod · 0.80

Tested by

no test coverage detected