Searched defs:RecoveryPath (Results 1 – 2 of 2) sorted by relevance
82 std::string RecoveryPath() { return common::GetEnv(kEnvRecoveryPath); } in RecoveryPath() function
959 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()