Files
compute-runtime/shared/source/os_interface
Fabian Zwolinski 7c80f49176 fix: refactor Windows cl_cache and add extra safety layers
What's changed:
- Add early return when open existing config
fails due to different error than `ERROR_FILE_NOT_FOUND`
- Swich `ReadFileEx` to `ReadFile`
- Add `SetFilePointer` to make sure we're reading
from the beginning of the file
- Pass `overlapped` to `WriteFile` to make sure
we're writing from the beginning of the file

Related-To: NEO-8092
Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
2023-10-02 19:04:14 +02:00
..
2023-02-17 11:19:59 +01:00
2023-01-11 17:26:36 +01:00
2022-12-16 12:36:27 +01:00
2022-07-25 09:58:38 +02:00
2022-12-05 12:39:33 +01:00
2023-03-08 17:55:23 +01:00