Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ FileExisted
Method
FileExisted
cppcryptfs/dokan/FileNameEnc.h:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
};
79
80
bool FileExisted() {
81
_ASSERT(m_con->IsCaseInsensitive());
82
Convert();
83
return m_file_existed;
84
};
85
86
operator const WCHAR *() { return Convert(); };
87
Callers
2
DOKAN_CALLBACK CryptCreateFile
Function · 0.80
CryptMoveFileInternal
Function · 0.80
Calls
1
IsCaseInsensitive
Method · 0.80
Tested by
no test coverage detected