Require SD card or >4MB flash (#545)
This commit is contained in:
committed by
GitHub
parent
90afba647e
commit
05720821f8
@@ -11,7 +11,9 @@ bool findFirstMountedSdCardPath(std::string& path);
|
||||
|
||||
FileSystem* findSdcardFileSystem(bool mustBeMounted);
|
||||
|
||||
std::string getSystemRootPath();
|
||||
std::string getUserDataRootPath();
|
||||
|
||||
std::string getUserDataPath();
|
||||
|
||||
std::string getTempPath();
|
||||
|
||||
@@ -19,7 +21,7 @@ std::string getAppInstallPath();
|
||||
|
||||
std::string getAppInstallPath(const std::string& appId);
|
||||
|
||||
std::string getUserPath();
|
||||
std::string getUserHomePath();
|
||||
|
||||
std::string getAppUserPath(const std::string& appId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user