Home
last modified time | relevance | path

Searched defs:RecoveryPath (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/recovery/
Drecovery_context.cc82 std::string RecoveryPath() { return common::GetEnv(kEnvRecoveryPath); } in RecoveryPath() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h959 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()