Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Filesystem.cpp File Reference
#include "platform/Filesystem.h"
#include "filesystem/SpecialProtocol.h"
#include "utils/URIUtils.h"
#include <cstdint>
#include <cstdlib>
#include <limits.h>
#include <string.h>
#include <unistd.h>

Namespaces

namespace  KODI
 
namespace  KODI::PLATFORM
 
namespace  KODI::PLATFORM::FILESYSTEM
 

Functions

space_info KODI::PLATFORM::FILESYSTEM::space (const std::string &path, std::error_code &ec)
 
std::string KODI::PLATFORM::FILESYSTEM::temp_directory_path (std::error_code &ec)
 
std::string KODI::PLATFORM::FILESYSTEM::create_temp_directory (std::error_code &ec)
 
std::string KODI::PLATFORM::FILESYSTEM::temp_file_path (const std::string &suffix, std::error_code &ec)