use our own callback so rest of the code doesn't need to know about Dokany internals
| 472 | |
| 473 | // use our own callback so rest of the code doesn't need to know about Dokany internals |
| 474 | static 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 | |
| 479 | bool CaseCache::load_dir(LPCWSTR filepath) |
| 480 | { |
nothing calls this directly
no outgoing calls
no test coverage detected