Lines Matching refs:string
35 …static void Split(const std::string &str, std::vector<std::string> &out, const std::string &splitt…
43 …static void StringReplace(std::string &sourceStr, const std::string &oldStr, const std::string &ne…
50 static bool FileExist(const std::string &path);
57 static bool RmoveAllDir(const std::string &path);
65 static bool OpenJsonFile(const std::string &path, Json::Value &root);
73 static bool SaveToJsonFile(const std::string &path, const Json::Value &root);
80 static ResType GetResTypeByDir(const std::string &name);
87 static std::string ResTypeToString(ResType type);
95 static std::string GetIdName(const std::string &name, ResType type);
103 … static std::string ComposeStrings(const std::vector<std::string> &contents, bool addNull = false);
110 static std::vector<std::string> DecomposeStrings(const std::string &content);
117 static ResType GetResTypeFromString(const std::string &type);
125 static bool CopyFleInner(const std::string &src, const std::string &dst);
132 static bool CreateDirs(const std::string &filePath);
140 static bool IsIgnoreFile(const std::string &filename, bool isFile);
147 static std::string GenerateHash(const std::string &key);
154 static std::string RealPath(const std::string &path);
161 static bool IslegalPath(const std::string &path);
168 static std::string PaserKeyParam(const std::vector<KeyParam> &keyParams);
175 static std::string DecToHexStr(const int32_t id);
182 static bool CheckHexStr(const std::string &hex);
188 static std::string GetAllRestypeString();
195 static FileEntry::FilePath GetBaseElementPath(const std::string input);
202 static FileEntry::FilePath GetMainPath(const std::string input);
218 static const std::map<std::string, IgnoreType> IGNORE_FILE_REGEX;
219 static std::string GetLocaleLimitkey(const KeyParam &KeyParam);
220 static std::string GetDeviceTypeLimitkey(const KeyParam &KeyParam);
221 static std::string GetResolutionLimitkey(const KeyParam &KeyParam);
222 static std::string GetKeyParamValue(const KeyParam &KeyParam);