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

Function casecache_fill_find_data

libcppcryptfs/filename/casecache.cpp:474–477  ·  view source on GitHub ↗

use our own callback so rest of the code doesn't need to know about Dokany internals

Source from the content-addressed store, hash-verified

472
473// use our own callback so rest of the code doesn't need to know about Dokany internals
474static int WINAPI casecache_fill_find_data(PWIN32_FIND_DATAW fdata, PWIN32_FIND_DATAW fdata_orig, void * dokan_cb, void * dokan_ctx)
475{
476 return 0;
477}
478
479bool CaseCache::load_dir(LPCWSTR filepath)
480{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected