Searched refs:IsStrLengthValid (Results 1 – 2 of 2) sorted by relevance
124 bool Common::IsStrLengthValid(const std::string &str, size_t length_limit, const std::string &error… in IsStrLengthValid() function in mindspore::Common176 if (!IsStrLengthValid(path, length_limit, err_msg)) { in IsPathValid()210 if (!IsStrLengthValid(filename, length_limit, err_msg)) { in IsFilenameValid()
38 …static bool IsStrLengthValid(const std::string &str, size_t length_limit, const std::string &error…