HomeSort by relevance Sort by last modified time
    Searched full:getenv (Results 126 - 150 of 1930) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/oprofile/libpopt/
system.h 78 #define getenv(_s) __secure_getenv(_s) macro
  /frameworks/base/packages/DefaultContainerService/jni/
com_android_defcontainer_MeasurementUtils.cpp 71 if (jvm->GetEnv((void**)&env, JNI_VERSION_1_6)) {
  /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/find_lock/
find_lock_exe.cpp 31 gIsDebug = (getenv("ANDROID_SDKMAN_DEBUG") != NULL);
  /system/extras/tests/bionic/libc/common/
test_tm_zone.c 39 const char* tz = getenv("TZ");
  /external/chromium_org/base/third_party/xdg_user_dirs/
xdg_user_dir_lookup.cc 59 home_dir = getenv ("HOME");
64 config_home = getenv ("XDG_CONFIG_HOME");
199 home_dir = getenv ("HOME");
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c 144 /* Visual Studio can complain about getenv, so use a windows equivalent. */
154 char *running_on_valgrind_str = getenv("RUNNING_ON_VALGRIND");
186 char *env = getenv("VALGRIND_SLOWDOWN");
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c 144 /* Visual Studio can complain about getenv, so use a windows equivalent. */
154 char *running_on_valgrind_str = getenv("RUNNING_ON_VALGRIND");
186 char *env = getenv("VALGRIND_SLOWDOWN");
  /external/clang/test/Analysis/
taint-tester.c 77 // Test getenv.
78 char *getenv(const char *name);
80 home = getenv("HOME"); // expected-warning + {{tainted}}
  /external/llvm/runtime/libprofile/
CommonProfiling.c 42 if ((EnvVar = getenv("LLVMPROF_OUTPUT")) != NULL) {
43 /* The string that getenv returns is allowed to be statically allocated,
44 * which means it may be changed by future calls to getenv, so copy it.
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 219 * GetEnv call.
225 err = jvm->GetEnv(&jvmpi_GetEnv_arg.jvmpi_ifc_ptr, JVMPI_VERSION_1);
227 cerr << "GetEnv failed with rc=" << err << endl;
  /external/skia/
gyp_skia 60 output_dir = os.getenv('SKIA_OUT')
66 (not os.getenv('GYP_GENERATORS') or
67 'xcode' in os.getenv('GYP_GENERATORS'))):
  /external/clang/lib/Driver/
WindowsToolChain.cpp 206 const char* vcinstalldir = getenv("VCINSTALLDIR");
242 const char *vs100comntools = getenv("VS100COMNTOOLS");
243 const char *vs90comntools = getenv("VS90COMNTOOLS");
244 const char *vs80comntools = getenv("VS80COMNTOOLS");
296 if (const char *cl_include_dir = getenv("INCLUDE")) {
  /frameworks/base/core/java/android/os/
Environment.java 123 String rawExternalStorage = System.getenv(ENV_EXTERNAL_STORAGE);
124 String rawEmulatedSource = System.getenv(ENV_EMULATED_STORAGE_SOURCE);
125 String rawEmulatedTarget = System.getenv(ENV_EMULATED_STORAGE_TARGET);
127 String rawMediaStorage = System.getenv(ENV_MEDIA_STORAGE);
164 final String rawSecondaryStorage = System.getenv(ENV_SECONDARY_STORAGE);
390 return new File(System.getenv(ENV_EXTERNAL_STORAGE));
401 return new File(System.getenv(ENV_EMULATED_STORAGE_SOURCE), String.valueOf(userId));
407 return new File(System.getenv(ENV_EMULATED_STORAGE_SOURCE), DIR_OBB);
759 String path = System.getenv(variableName);
764 String path = System.getenv(variableName)
    [all...]
  /development/ndk/sources/android/libportable/arch-mips/
filefd.c 248 fd_env = getenv(fd_env_name);
250 ALOGV("%s: fd_env = NULL = getenv('%s');", __func__,
254 ALOGV("%s: fd_env = '%s' = getenv('%s');", __func__,
269 type_env = getenv(type_env_name);
271 ALOGV("%s: type_env = NULL = getenv(type_env_name:'%s');", __func__,
275 ALOGV("%s: type_env = '%s' = getenv(type_env_name:'%s');", __func__,
  /external/bison/djgpp/
subpipe.c 73 tmpdir = getenv("TMPDIR");
75 tmpdir = getenv("TMP");
77 tmpdir = getenv("TEMP");
  /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");
  /art/compiler/
elf_writer_test.cc 39 const char* host_dir = getenv("ANDROID_HOST_OUT");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ServerConnection.cpp 96 char *s = getenv(ENV_RGL_SERVER);
  /external/bison/lib/
unsetenv.c 119 while (getenv (name))
  /external/bison/m4/
locale-fr.m4 33 if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL
59 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
161 if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL
184 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
  /external/chromium/chrome/browser/
platform_util_linux.cc 32 char* disable_gnome_bug_buddy = getenv("GNOME_DISABLE_CRASH_DIALOG");
  /external/chromium_org/chrome/test/functional/ispy/client/
boto_bucket.py 11 sys.path.append(os.path.join(os.getenv('DEPOT_TOOLS'), 'third_party'))
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shaper.cc 58 char *env = getenv ("HB_SHAPER_LIST");

Completed in 1503 milliseconds

1 2 3 4 56 7 8 91011>>