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

Function StoreRenameStreamCallback

cppcryptfs/dokan/cryptdokan.cpp:1244–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242}
1243
1244static int WINAPI StoreRenameStreamCallback(
1245 PWIN32_FIND_STREAM_DATA pfdata, LPCWSTR encrypted_name,
1246 unordered_map<wstring, wstring> *pmap) {
1247
1248 pmap->insert(make_pair(encrypted_name, pfdata->cStreamName));
1249
1250 return 0;
1251}
1252
1253static NTSTATUS DOKAN_CALLBACK
1254CryptMoveFile(LPCWSTR FileName, // existing file name

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected