HomeSort by relevance Sort by last modified time
    Searched full:getenv (Results 101 - 125 of 1340) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/srec/portable/include/
ptypes.h 335 * LCHAR version of getenv()
337 #define LGETENV getenv
396 * LCHAR version of getenv()
  /system/core/adb/
adb_auth_host.c 267 home = getenv("ANDROID_SDK_HOME");
274 home = getenv("HOME");
328 adb_keys_path = getenv("ADB_VENDOR_KEYS");
  /bionic/libc/stdio/
tempnam.c 56 if (issetugid() == 0 && (f = getenv("TMPDIR"))) {
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 44 new File(System.getenv("EXTERNAL_STORAGE"), "caek"),
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
ServerConnection.cpp 96 char *s = getenv(ENV_RGL_SERVER);
  /external/bison/m4/
getopt.m4 82 AC_CHECK_DECLS_ONCE([getenv])
  /external/chromium/chrome/browser/
platform_util_linux.cc 32 char* disable_gnome_bug_buddy = getenv("GNOME_DISABLE_CRASH_DIALOG");
  /external/clang/tools/driver/
driver.cpp 432 TheDriver.CCPrintOptions = !!::getenv("CC_PRINT_OPTIONS");
434 TheDriver.CCPrintOptionsFilename = ::getenv("CC_PRINT_OPTIONS_FILE");
437 TheDriver.CCPrintHeaders = !!::getenv("CC_PRINT_HEADERS");
439 TheDriver.CCPrintHeadersFilename = ::getenv("CC_PRINT_HEADERS_FILE");
442 TheDriver.CCLogDiagnostics = !!::getenv("CC_LOG_DIAGNOSTICS");
444 TheDriver.CCLogDiagnosticsFilename = ::getenv("CC_LOG_DIAGNOSTICS_FILE");
448 if (const char *OverrideStr = ::getenv("QA_OVERRIDE_GCC3_OPTIONS")) {
451 } else if (const char *Cur = ::getenv("CCC_ADD_ARGS")) {
479 if(::getenv("FORCE_CLANG_DIAGNOSTICS_CRASH"))
  /external/jmonkeyengine/engine/src/bullet-native/
jmePhysicsSpace.h 72 JNIEnv* getEnv();
  /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");
  /frameworks/base/libs/androidfw/tests/
ObbFile_test.cpp 42 mExternalStorage = getenv("EXTERNAL_STORAGE");
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
lit.cfg 32 lit.load_config(config, os.path.join(os.getenv('ANDROID_BUILD_TOP',
  /ndk/sources/host-tools/sed-4.2.1/m4/
getopt.m4 82 AC_CHECK_DECLS_ONCE([getenv])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmemusage.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libmemusage.so 
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogImporter.java 37 String top = System.getenv("ANDROID_BUILD_TOP");
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 82 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
111 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
  /development/testrunner/
android_build.py 43 root_path = os.getenv("ANDROID_BUILD_TOP")
111 path = os.getenv("ANDROID_PRODUCT_OUT")
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSystemProperty.java 106 // result = System.getenv(propName);
128 // result = System.getenv(fullName);
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.c 139 char *running_on_valgrind_str = getenv("RUNNING_ON_VALGRIND");
144 /* Visual Studio issues warnings if we use getenv,
  /external/clang/tools/libclang/
ARCMigrate.cpp 39 bool Logging = ::getenv("LIBCLANG_LOGGING");
79 bool Logging = ::getenv("LIBCLANG_LOGGING");
  /external/clang/utils/
CmpDriver 123 driverA = os.getenv('DRIVER_A') or 'gcc'
124 driverB = os.getenv('DRIVER_B') or 'clang'
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 75 const char *prefix = getenv("GCOV_PREFIX");
76 const char *tmp = getenv("GCOV_PREFIX_STRIP");
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 89 #define getenv _dbus_wince_getenv macro
90 char *getenv (const char *name);

Completed in 566 milliseconds

1 2 3 45 6 7 8 91011>>