Home
last modified time | relevance | path

Searched defs:GetEnv (Results 1 – 9 of 9) sorted by relevance

/third_party/curl/lib/
Dgetenv.c32 static char *GetEnv(const char *variable) in GetEnv() function
/third_party/grpc/src/core/util/posix/
Denv.cc29 absl::optional<std::string> GetEnv(const char* name) { in GetEnv() function
/third_party/grpc/src/core/util/linux/
Denv.cc39 absl::optional<std::string> GetEnv(const char* name) { in GetEnv() function
/third_party/grpc/src/core/util/windows/
Denv.cc32 absl::optional<std::string> GetEnv(const char* name) { in GetEnv() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_build_client.h220 std::string GetEnv() override { return GetPyExe(); } in GetEnv() function
257 std::string GetEnv() override { return GetPyExe(); } in GetEnv() function
/third_party/mindspore/mindspore-src/source/tests/st/cpp/cxx_api/common/
Dcommon_test.cc25 static std::string GetEnv(const std::string &envvar) { in GetEnv() function
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dms_utils.h101 static inline std::string GetEnv(const std::string &envvar) { in GetEnv() function
Dlog_adapter.cc200 static inline std::string GetEnv(const std::string &envvar) { in GetEnv() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/graph/ascend/
Dascend_graph_impl.cc400 std::shared_ptr<AscendGraphImpl::MsEnvGuard> AscendGraphImpl::MsEnvGuard::GetEnv(uint32_t device_id… in GetEnv() function in mindspore::AscendGraphImpl::MsEnvGuard