1 #ifndef COMPONENTS_FILES_ANDROIDPATH_H
2 #define COMPONENTS_FILES_ANDROIDPATH_H
4 #if defined(__ANDROID__)
6 #include <boost/filesystem.hpp>
17 AndroidPath(
const std::string& application_name);
23 boost::filesystem::path getUserConfigPath()
const;
25 boost::filesystem::path getUserDataPath()
const;
30 boost::filesystem::path getGlobalConfigPath()
const;
36 boost::filesystem::path getLocalPath()
const;
41 boost::filesystem::path getGlobalDataPath()
const;
46 boost::filesystem::path getCachePath()
const;
48 boost::filesystem::path getInstallPath()
const;