MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getSystemRootPath

Function getSystemRootPath

Tactility/Source/Paths.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38std::string getSystemRootPath() {
39 std::string root_path;
40 if (!findFirstMountedSdCardPath(root_path)) {
41 root_path = file::MOUNT_POINT_DATA;
42 }
43 return root_path;
44}
45
46std::string getTempPath() {
47 return getSystemRootPath() + "/tmp";

Callers 3

getTempPathFunction · 0.85
getAppInstallPathFunction · 0.85
getUserPathFunction · 0.85

Calls 1

Tested by

no test coverage detected