MCPcopy Create free account
hub / github.com/bcndev/bytecoin / get_os_version_string

Function get_os_version_string

src/platform/PathTools.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace platform {
28#ifdef __ANDROID__
29std::string get_os_version_string() { return "Android"; }
30std::string get_app_data_folder(const std::string &app_name) {
31 QString data_path = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
32 return data_path.toStdString();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected