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

Function is_mountpoint_a_drive

libcppcryptfs/util/fileutil.cpp:1102–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100}
1101
1102bool is_mountpoint_a_drive(LPCWSTR mountpoint)
1103{
1104 if (!mountpoint)
1105 return false;
1106
1107 return !is_mountpoint_a_dir(mountpoint);
1108}
1109
1110wstring prepare_basedir(const wchar_t *path)
1111{

Callers 3

MountMethod · 0.85
DismountMethod · 0.85
DismountAllMethod · 0.85

Calls 1

is_mountpoint_a_dirFunction · 0.85

Tested by

no test coverage detected