ArmNN
 24.02
Filesystem.cpp File Reference
Include dependency graph for Filesystem.cpp:

Go to the source code of this file.

Namespaces

 armnnUtils
 
 armnnUtils::Filesystem
 

Functions

fs::path NamedTempFile (const char *fileName)
 Returns a path to a file in the system temporary folder. If the file existed it will be deleted. More...
 
std::string CreateDirectory (std::string sPath)
 Returns full path to temporary folder. More...
 
void RemoveDirectoryAndContents (const std::string &path)
 Remove a directory and its contents. More...
 
FileContents ReadFileContentsIntoString (const std::string &path)