libreoffice-online/kit
Skyler Grey ee57d3af74 Fix tile dumping when /tmp is not temporary directory
On iOS, each app has its own sandbox which has a temporary directory.
The FileUtil::getSysTempDirectoryPath() method successfully gets this
directory and we create a tiledump directory under it. Sadly, we then
try to write to /tmp regardless of where the temporary directory is.

This commit makes us also write our file in the directory returned by
FileUtil::getSysTempDirectoryPath()

Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
Change-Id: Ic8425cb94d1d85ac9c77212eb84d0ca7c46cd34e
2023-10-10 08:24:21 +00:00
..
ChildSession.cpp cid#323636 Uninitialized pointer field 2023-10-04 09:57:39 +02:00
ChildSession.hpp cid#323636 Uninitialized pointer field 2023-10-04 09:57:39 +02:00
Delta.hpp Fix tile dumping when /tmp is not temporary directory 2023-10-10 08:24:21 +00:00
DeltaSimd.c Fix compiler warnings when building on macOS Sonoma 2023-10-02 08:50:52 +01:00
DeltaSimd.h Fix compiler warnings when building on macOS Sonoma 2023-10-02 08:50:52 +01:00
DummyLibreOfficeKit.cpp wsd: smart pointer cleanup 2023-08-03 08:40:20 +02:00
DummyLibreOfficeKit.hpp
ForKit.cpp don't immediately delete jails where there was a crash 2023-10-04 17:29:25 +01:00
Kit.cpp rework URP to use a dedicated channel 2023-10-03 10:15:55 +01:00
Kit.hpp rework URP to use a dedicated channel 2023-10-03 10:15:55 +01:00
KitHelper.hpp cid#323355 Logically dead code 2023-09-27 10:25:28 +02:00
SetupKitEnvironment.hpp
TestStubs.cpp Factor out CPU RLE into a function with similar signature. 2023-09-25 16:55:04 +01:00
Watermark.hpp