Home
last modified time | relevance | path

Searched refs:IsPathValid (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs61 var firstInvalid = paths.FirstOrDefault(p => !IsPathValid(p)); in ToJson()
186 private static bool IsPathValid(string input) in IsPathValid() method in Google.Protobuf.WellKnownTypes.FieldMask
/third_party/mindspore/mindspore/ccsrc/debug/
Denv_config_parser.cc61 if (!Common::IsPathValid(path, MAX_DIRECTORY_LENGTH, err_msg)) { in GetRdrPathFromEnv()
224 if (!Common::IsPathValid(path, MAX_DIRECTORY_LENGTH, err_msg)) { in ParseRdrPath()
Dcommon.h39 …static bool IsPathValid(const std::string &path, size_t length_limit, const std::string &error_mes…
Dcommon.cc165 bool Common::IsPathValid(const std::string &path, size_t length_limit, const std::string &error_mes… in IsPathValid() function in mindspore::Common