Searched defs:GetEnv (Results 1 - 19 of 19) sorted by relevance

/external/curl/lib/
H A Dgetenv.c31 char *GetEnv(const char *variable) function
52 return GetEnv(v);
/external/curl/src/
H A Dtool_homedir.c32 static char *GetEnv(const char *variable, char do_expand) function
67 home = GetEnv("CURL_HOME", FALSE);
71 home = GetEnv("HOME", FALSE);
89 home = GetEnv("APPDATA", TRUE);
91 home = GetEnv("%USERPROFILE%\\Application Data", TRUE); /* Normally only
/external/google-benchmark/src/
H A Dcommandlineflags.cc77 inline const char* GetEnv(const char* name) { function in namespace:benchmark
107 const char* const string_value = GetEnv(env_var.c_str());
116 const char* const string_value = GetEnv(env_var.c_str());
136 const char* const value = GetEnv(env_var.c_str());
/external/webrtc/webrtc/modules/utility/source/
H A Dhelpers_android.cc25 JNIEnv* GetEnv(JavaVM* jvm) { function in namespace:webrtc
27 jint status = jvm->GetEnv(&env, JNI_VERSION_1_6);
30 << "Unexpected GetEnv return: " << status << ":" << env;
100 env_ = GetEnv(jvm);
117 RTC_CHECK(!GetEnv(jvm_));
/external/webrtc/talk/app/webrtc/java/jni/
H A Djni_helpers.cc52 JNIEnv* GetEnv() { function in namespace:webrtc_jni
54 jint status = g_jvm->GetEnv(&env, JNI_VERSION_1_6);
57 << "Unexpected GetEnv return: " << status << ":" << env;
69 if (!GetEnv())
72 RTC_CHECK(GetEnv() == prev_jni_ptr)
73 << "Detaching from another thread: " << prev_jni_ptr << ":" << GetEnv();
76 RTC_CHECK(!GetEnv()) << "Detaching was a successful no-op???";
92 if (jvm->GetEnv(reinterpret_cast<void**>(&jni), JNI_VERSION_1_6) != JNI_OK)
118 JNIEnv* jni = GetEnv();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc253 const char *GetEnv(const char *name) { function in namespace:__sanitizer
557 const_cast<char*>(GetEnv(kDyldInsertLibraries));
H A Dsanitizer_linux.cc359 const char *GetEnv(const char *name) { function in namespace:__sanitizer
H A Dsanitizer_win.cc190 const char *GetEnv(const char *name) { function in namespace:__sanitizer
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h183 // GetEnv() - gets the value of an environment variable.
1650 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h181 // GetEnv() - gets the value of an environment variable.
1640 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h548 CPDFDoc_Environment* GetEnv() { return m_pEnv; } function in class:CPDFSDK_Document
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h167 // GetEnv() - gets the value of an environment variable.
1363 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h183 // GetEnv() - gets the value of an environment variable.
1696 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/gtest/include/gtest/internal/
H A Dgtest-port.h191 // GetEnv() - gets the value of an environment variable.
1792 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h191 // GetEnv() - gets the value of an environment variable.
2067 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h262 // GetEnv() - gets the value of an environment variable.
2425 inline const char* GetEnv(const char* name) { function in namespace:std::tr1::posix
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h287 // GetEnv() - gets the value of an environment variable.
2899 inline const char* GetEnv(const char* name) { function in namespace:std::tr1::posix
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h287 // GetEnv() - gets the value of an environment variable.
2950 inline const char* GetEnv(const char* name) { function in namespace:std::tr1::posix
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h287 // GetEnv() - gets the value of an environment variable.
2899 inline const char* GetEnv(const char* name) { function in namespace:std::tr1::posix

Completed in 1570 milliseconds