/sdk/emulator/opengl/host/libs/libOpenglRender/ |
RenderThread.cpp | 64 const char *dump_dir = getenv("RENDERER_DUMP_DIR");
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
UnixStream.cpp | 57 const char* user = getenv("USER");
|
/system/core/include/cutils/ |
sockets.h | 65 val = getenv(key);
|
/system/core/sh/bltin/ |
bltin.h | 77 #define getenv(p) bltinlookup((p),0) macro
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdlib.cpp | 48 using ::getenv;
|
/external/e2fsprogs/misc/ |
e2initrd_helper.c | 373 if (getenv("TEST_IO_FLAGS") || getenv("TEST_IO_BLOCK")) {
|
/external/iproute2/tc/ |
m_xt.c | 105 lib_dir = getenv("XTABLES_LIBDIR"); 107 lib_dir = getenv("IPTABLES_LIB_DIR");
|
/external/llvm/include/llvm/ |
LinkAllPasses.h | 44 // to know that getenv() never returns -1, this will do the job. 45 if (std::getenv("bar") != (char*) -1)
|
/external/openssl/crypto/engine/ |
enginetest.c | 109 if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL) && (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))))
|
/external/oprofile/agents/jvmti/ |
libjvmti_oprofile.c | 268 rc = (*jvm)->GetEnv(jvm, (void *)&jvmti, JVMTI_VERSION_1); 270 fprintf(stderr, "Error: GetEnv(), rc=%i\n", rc);
|
/external/webkit/Tools/WebKitLauncher/ |
WebKitNightlyEnabler.m | 124 webKitAppPath = strdup(getenv("WebKitAppPath")); 170 const char* frameworkPath = getenv("DYLD_FRAMEWORK_PATH");
|
/frameworks/base/media/jni/soundpool/ |
android_media_SoundPool.cpp | 290 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 291 ALOGE("ERROR: GetEnv failed\n");
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
locale-fr.m4 | 46 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; 140 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pool_allocator.h | 206 // If there is a race through here, assume answer from getenv 211 if (std::getenv("GLIBCXX_FORCE_NEW"))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
pool_allocator.h | 208 // If there is a race through here, assume answer from getenv 213 if (std::getenv("GLIBCXX_FORCE_NEW"))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
pool_allocator.h | 208 // If there is a race through here, assume answer from getenv 213 if (std::getenv("GLIBCXX_FORCE_NEW"))
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/ |
lto-wrapper | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
lto-wrapper | |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 206 // If there is a race through here, assume answer from getenv 211 if (std::getenv("GLIBCXX_FORCE_NEW"))
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 206 // If there is a race through here, assume answer from getenv 211 if (std::getenv("GLIBCXX_FORCE_NEW"))
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 206 // If there is a race through here, assume answer from getenv 211 if (std::getenv("GLIBCXX_FORCE_NEW"))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 206 // If there is a race through here, assume answer from getenv 211 if (std::getenv("GLIBCXX_FORCE_NEW"))
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
NativeSymbolResolverTask.java | 56 String addr2lineEnv = System.getenv("ANDROID_ADDR2LINE"); 59 String symbols = System.getenv("ANDROID_SYMBOLS");
|
/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/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");
|