| 3779 | } |
| 3780 | |
| 3781 | BFP_EXPORT void BFP_CALLTYPE BfpFindFileData_Release(BfpFindFileData* findData) |
| 3782 | { |
| 3783 | ::FindClose(findData->mHandle); |
| 3784 | delete findData; |
| 3785 | } |
| 3786 | |
| 3787 | BFP_EXPORT void BFP_CALLTYPE BfpDirectory_GetCurrent(char* outPath, int* inOutPathSize, BfpFileResult* outResult) |
| 3788 | { |
no outgoing calls
no test coverage detected