Aktualizr
C++ SOTA Client
Utils Member List

This is the complete list of members for Utils, including all inherited members.

absolutePath(const boost::filesystem::path &root, const boost::filesystem::path &file) (defined in Utils)Utilsstatic
addQuotes(const std::string &value) (defined in Utils)Utilsstatic
clearUbootCounter() (defined in Utils)Utilsstatic
copyDir(const boost::filesystem::path &from, const boost::filesystem::path &to) (defined in Utils)Utilsstatic
createDirectories(const boost::filesystem::path &path, mode_t mode) (defined in Utils)Utilsstatic
extractField(const std::string &in, unsigned int field_id) (defined in Utils)Utilsstatic
fromBase64(std::string base64_string) (defined in Utils)Utilsstatic
genPrettyName() (defined in Utils)Utilsstatic
getHardwareInfo() (defined in Utils)Utilsstatic
getHostname() (defined in Utils)Utilsstatic
getNetworkInfo() (defined in Utils)Utilsstatic
glob(const std::string &pat) (defined in Utils)Utilsstatic
ipDisplayName(const sockaddr_storage &saddr) (defined in Utils)Utilsstatic
ipGetSockaddr(int fd) (defined in Utils)Utilsstatic
ipPort(const sockaddr_storage &saddr) (defined in Utils)Utilsstatic
jsonToCanonicalStr(const Json::Value &json) (defined in Utils)Utilsstatic
jsonToStr(const Json::Value &json) (defined in Utils)Utilsstatic
parseJSON(const std::string &json_str) (defined in Utils)Utilsstatic
parseJSONFile(const boost::filesystem::path &filename) (defined in Utils)Utilsstatic
randomUuid() (defined in Utils)Utilsstatic
readFile(const boost::filesystem::path &filename) (defined in Utils)Utilsstatic
readFileFromArchive(std::istream &as, const std::string &filename) (defined in Utils)Utilsstatic
setSocketPort(sockaddr_storage *addr, in_port_t port) (defined in Utils)Utilsstatic
setUbootUpgraded() (defined in Utils)Utilsstatic
shell(const std::string &command, std::string *output, bool include_stderr=false) (defined in Utils)Utilsstatic
stripQuotes(const std::string &value) (defined in Utils)Utilsstatic
toBase64(const std::string &tob64) (defined in Utils)Utilsstatic
writeArchive(const std::map< std::string, std::string > &entries, std::ostream &as) (defined in Utils)Utilsstatic
writeFile(const boost::filesystem::path &filename, const std::string &content, bool create_directories=true) (defined in Utils)Utilsstatic
writeFile(const boost::filesystem::path &filename, const Json::Value &content, bool create_directories=true) (defined in Utils)Utilsstatic