Home
last modified time | relevance | path

Searched refs:addNull (Results 1 - 2 of 2) sorted by relevance

/developtools/global_resource_tool/include/
H A Dresource_util.h107 * @param addNull: if true, string length contains '\0'.
110 static std::string ComposeStrings(const std::vector<std::string> &contents, bool addNull = false);
/developtools/global_resource_tool/src/
H A Dresource_util.cpp158 string ResourceUtil::ComposeStrings(const vector<string> &contents, bool addNull) in ComposeStrings() argument
167 if (addNull) { in ComposeStrings()

Completed in 2 milliseconds