Home
last modified time | relevance | path

Searched refs:RemoveDirectoryAndContents (Results 1 – 3 of 3) sorted by relevance

/external/armnn/src/armnnUtils/
DFilesystem.cpp53 RemoveDirectoryAndContents(full_path); in CreateDirectory()
84 void RemoveDirectoryAndContents(const std::string& path) in RemoveDirectoryAndContents() function
/external/armnn/include/armnnUtils/
DFilesystem.hpp34 void RemoveDirectoryAndContents(const std::string& path);
/external/armnn/src/backends/backendsCommon/test/layerTests/
DDebugTestImpl.cpp84 armnnUtils::Filesystem::RemoveDirectoryAndContents(tmpDir); in DebugTestImpl()