Lines Matching refs:FileSystem
19 #include "FileSystem.h"
319 const std::string path = commandInfo.appResourcePath + FileSystem::GetSeparator() + "module.json";
320 if (!FileSystem::IsFileExists(path)) {
336 options.modulePath = aceRunArgs.assetPath + FileSystem::GetSeparator() + "modules.abc";
337 options.resourcePath = commandInfo.appResourcePath + FileSystem::GetSeparator() + "resources.index";
369 options.previewPath = fPath.substr(0, pos) + ".idea" + FileSystem::GetSeparator() + "previewer";
554 std::string sep = FileSystem::GetSeparator();
555 std::string rPath = FileSystem::GetApplicationPath();
556 rPath = FileSystem::NormalizePath(rPath);
900 std::string filePath = commandInfo.appResourcePath + FileSystem::GetSeparator() + "mock-config.json";