Lines Matching refs:std
24 static bool IsFileExists(std::string path);
25 static bool IsDirectoryExists(std::string path);
26 static std::string GetApplicationPath();
27 static const std::string& GetVirtualFileSystemPath();
29 static int MakeDir(std::string path);
30 static void SetBundleName(std::string name);
31 static std::string GetSeparator();
32 static std::string FindSubfolderByName(const std::string& parentFolderPath, const std::string& subfolderName);
33 static std::string NormalizePath(const std::string& path);
35 static std::vector<std::string> pathList;
36 static std::string separator;
37 static std::string bundleName;
38 static std::string fileSystemPath;
39 static unsigned short GetFileMode(std::string path);