HomeSort by relevance Sort by last modified time
    Searched defs:GetEnv (Results 1 - 17 of 17) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 123 // GetEnv() - gets the value of an environment variable.
568 // A wrapper for getenv() that works on Linux, Windows, and Mac OS.
569 inline const char* GetEnv(const char* name) {
574 // MSVC 8 deprecates getenv(), so we want to suppress warning 4996
578 return getenv(name);
581 return getenv(name);
  /external/gtest/include/gtest/internal/
gtest-port.h 146 // GetEnv() - gets the value of an environment variable.
797 // A wrapper for getenv() that works on Linux, Windows, and Mac OS.
798 inline const char* GetEnv(const char* name) {
803 // MSVC 8 deprecates getenv(), so we want to suppress warning 4996
807 return getenv(name);
810 return getenv(name);
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 155 // GetEnv() - gets the value of an environment variable.
929 inline const char* GetEnv(const char* name) {
    [all...]
  /dalvik/vm/
Jni.cpp     [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 178 // GetEnv() - gets the value of an environment variable.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 182 // GetEnv() - gets the value of an environment variable.
    [all...]
  /dalvik/libnativehelper/include/nativehelper/
jni.h     [all...]
  /development/ndk/platforms/android-3/include/
jni.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
jni.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
jni.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
jni.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
jni.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
jni.h     [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
jni.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
jni.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
jni.h     [all...]

Completed in 556 milliseconds