FreeRDP/winpr/libwinpr/file/test
Armin Novak c8571dd5fd Replaced chmod with safer fchmod
* Use fchmod so the file may not change underneath
* Add unit tests for SetFileAttributesA
* Add warning logs for unsupported flags
2021-09-06 10:11:14 +02: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 Implemented TestFileDeleteFile 2021-08-24 10:45:57 +02:00
TestFileFindFirstFile.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
TestFileFindFirstFileEx.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestFileFindNextFile.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02: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 Replaced chmod with safer fchmod 2021-09-06 10:11:14 +02:00