| 875 | } |
| 876 | |
| 877 | static DWORD Storage_ReadFiles(TLogHelper & LogHelper, TEST_PARAMS & Params) |
| 878 | { |
| 879 | Params.bCheckFileData = true; |
| 880 | return Storage_EnumFiles(LogHelper, Params); |
| 881 | } |
| 882 | |
| 883 | static DWORD LocalStorage_Test(PFN_RUN_TEST PfnRunTest, STORAGE_INFO & StorInfo) |
| 884 | { |
nothing calls this directly
no test coverage detected