#include "il2cpp-config.h" #include "os/Path.h" #include #if IL2CPP_USE_GENERIC_ENVIRONMENT #include "os/Path.h" #include namespace il2cpp { namespace os { std::string Path::GetExecutablePath() { return std::string(""); } std::string Path::GetApplicationFolder() { return std::string(""); } std::string Path::GetTempPath() { return std::string(""); } bool Path::IsAbsolute(const std::string& path) { return false; } } } #endif