Home
last modified time | relevance | path

Searched refs:IsStrLengthValid (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.cc124 bool Common::IsStrLengthValid(const std::string &str, size_t length_limit, const std::string &error… in IsStrLengthValid() function in mindspore::Common
176 if (!IsStrLengthValid(path, length_limit, err_msg)) { in IsPathValid()
210 if (!IsStrLengthValid(filename, length_limit, err_msg)) { in IsFilenameValid()
Dcommon.h38 …static bool IsStrLengthValid(const std::string &str, size_t length_limit, const std::string &error…