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

Function is_mountpoint_a_dir

libcppcryptfs/util/fileutil.cpp:1094–1100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094bool is_mountpoint_a_dir(LPCWSTR mountpoint)
1095{
1096 if (!mountpoint)
1097 return false;
1098
1099 return wcslen(mountpoint) > 2;
1100}
1101
1102bool is_mountpoint_a_drive(LPCWSTR mountpoint)
1103{

Callers 4

mount_crypt_fsFunction · 0.85
OnContextMenuMethod · 0.85
GetMountPointsMethod · 0.85
is_mountpoint_a_driveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected