HomeSort by relevance Sort by last modified time
    Searched refs:getenv (Results 51 - 75 of 492) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/tools/libclang/
ARCMigrate.cpp 39 bool Logging = ::getenv("LIBCLANG_LOGGING");
  /external/qemu/android/
main-emulator.c 87 const char* debug = getenv("ANDROID_EMULATOR_DEBUG");
121 const char* androidOut = getenv("ANDROID_PRODUCT_OUT");
306 const char* path = getenv("PATH");
317 const char* path = getenv("LD_LIBRARY_PATH");
  /external/quake/quake/src/QW/client/
sys_android.c 272 term = getenv("TERM");
275 editor = getenv("VISUAL");
277 editor = getenv("EDITOR");
279 editor = getenv("EDIT");
sys_linux.c 267 term = getenv("TERM");
270 editor = getenv("VISUAL");
272 editor = getenv("EDITOR");
274 editor = getenv("EDIT");
  /external/quake/quake/src/WinQuake/
sys_linux.cpp 265 term = getenv("TERM");
268 editor = getenv("VISUAL");
270 editor = getenv("EDITOR");
272 editor = getenv("EDIT");
  /external/valgrind/main/include/
pub_tool_libcproc.h 42 extern Char* VG_(getenv) ( Char* name );
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
ActivateFontsQt.cpp 60 char* const fontDir = getenv("WEBKIT_TESTFONTS");
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 276 Map<String,String> envMap = System.getenv();
288 System.getenv("PATH"));
291 System.getenv("nonexistent.property"));
294 System.getenv(null);
  /sdk/androidprefs/src/com/android/prefs/
AndroidLocation.java 103 path = System.getenv(name);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogImporter.java 37 String top = System.getenv("ANDROID_BUILD_TOP");
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/repository/
SdkUpdaterWindow.java 92 if (System.getenv("ANDROID_OLD_SDKMAN") == null) { //$NON-NLS-1$
  /system/core/include/cutils/
sockets.h 65 val = getenv(key);
  /system/core/sh/bltin/
bltin.h 77 #define getenv(p) bltinlookup((p),0) macro
  /external/e2fsprogs/intl/
localename.c 715 retval = getenv ("LC_ALL");
719 retval = getenv (categoryname);
723 retval = getenv ("LANG");
747 retval = getenv ("LC_ALL");
750 retval = getenv (categoryname);
753 retval = getenv ("LANG");
  /bionic/libstdc++/include/
cstdlib 49 using ::getenv;
  /development/tools/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.cpp 40 if (getenv(GLES2_LIBNAME_VAR) != NULL) {
41 libname = getenv(GLES2_LIBNAME_VAR);
  /external/e2fsprogs/lib/blkid/
cache.c 54 return getenv(arg);
84 char *dstr = getenv("BLKID_DEBUG");
  /external/libvpx/vpx_ports/
x86.h 92 env = getenv("VPX_SIMD_CAPS");
97 env = getenv("VPX_SIMD_CAPS_MASK");
  /external/openssl/crypto/engine/
enginetest.c 109 if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL) && (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))))
  /external/openssl/crypto/rand/
randfile.c 279 s=getenv("RANDFILE");
288 s=getenv("HOME");
  /external/skia/src/xml/
SkJS.cpp 61 char *getenv(const char *varname) { function
123 path = getenv("PATH");
  /external/valgrind/main/coregrind/
m_commandline.c 216 HChar* home = VG_(getenv)("HOME");
219 VG_(getenv)(VALGRIND_OPTS) );
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 49 using ::getenv;
  /ndk/sources/cxx-stl/system/include/
cstdlib 49 using ::getenv;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdlib 45 using ::getenv;

Completed in 1955 milliseconds

1 23 4 5 6 7 8 91011>>