FreeRDP/winpr/libwinpr/file/test
akallabeth 5799fb2018 Replace ConvertFromUnicode and ConvertToUnicode
* Use new ConvertUtf8ToWChar, ConvertUtf8NToWChar,
  ConvertUtf8ToWCharAlloc and ConvertUtf8NToWCharAlloc
* Use new ConvertWCharToUtf8, ConvertWCharNToUtf8,
  ConvertWCharToUtf8Alloc and ConvertWCharNToUtf8Alloc
* Use new Stream UTF16 to/from UTF8 read/write functions
* Use new settings UTF16 to/from UTF8 read/write functions
2022-11-28 10:42:36 +01:00
..
.gitignore libwinpr: added tests and fix InterlockedCompareExchange64 on Windows XP 2012-10-04 18:57:32 -04:00
CMakeLists.txt Replaced chmod with safer fchmod 2021-09-06 10:11:14 +02:00
TestFileCreateFile.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
TestFileDeleteFile.c Replace ConvertFromUnicode and ConvertToUnicode 2022-11-28 10:42:36 +01:00
TestFileFindFirstFile.c Replace ConvertFromUnicode and ConvertToUnicode 2022-11-28 10:42:36 +01:00
TestFileFindFirstFileEx.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestFileFindNextFile.c Replace ConvertFromUnicode and ConvertToUnicode 2022-11-28 10:42:36 +01:00
TestFileGetStdHandle.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
TestFilePatternMatch.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
TestFileReadFile.c libwinpr: added tests and fix InterlockedCompareExchange64 on Windows XP 2012-10-04 18:57:32 -04:00
TestFileWriteFile.c libwinpr: added tests and fix InterlockedCompareExchange64 on Windows XP 2012-10-04 18:57:32 -04:00
TestSetFileAttributes.c Replace ConvertFromUnicode and ConvertToUnicode 2022-11-28 10:42:36 +01:00