Add thin abstraction layer for processes and filesystem
authorRob Hughes <robert.hughes@arm.com>
Tue, 7 Jan 2020 17:05:24 +0000 (17:05 +0000)
committerRob Hughes <robert.hughes@arm.com>
Tue, 21 Jan 2020 16:01:58 +0000 (16:01 +0000)
commitbdee4267583a7daaf9ea5284d2ff6d4bbb782229
treef61b4fd91777509fc8d55a23fd25af5e8f15ceb8
parent25b7436b02514145a0289daff78f5b9f64cdd0db
Add thin abstraction layer for processes and filesystem

This is used instead of some hardcoded Unix calls and means this code
now works on Windows

(This is a rework of a previous patch which used boost, now that I have
been informed that we are trying to move towards removing boost).

Change-Id: Ib0d11055279bbd7b710f086e9890369e3ecbfe9a
Signed-off-by: Robert Hughes <robert.hughes@arm.com>
Android.mk
CMakeLists.txt
src/armnnUtils/Filesystem.cpp [new file with mode: 0644]
src/armnnUtils/Filesystem.hpp [new file with mode: 0644]
src/armnnUtils/Processes.cpp [new file with mode: 0644]
src/armnnUtils/Processes.hpp [new file with mode: 0644]
src/profiling/SendCounterPacket.cpp
src/profiling/test/FileOnlyProfilingDecoratorTests.cpp
src/profiling/test/SendCounterPacketTests.cpp