Searched refs:getenv (Results 1 - 23 of 23) sorted by relevance

/system/core/toolbox/
H A Dprintenv.c20 v = getenv(argv[i]);
/system/extras/tests/bionic/libc/common/
H A Dtest_tm_zone.c39 const char* tz = getenv("TZ");
/system/extras/tests/bionic/libstdc++/
H A Dtest_cstdlib.cpp48 using ::getenv;
/system/core/include/cutils/
H A Dsockets.h65 val = getenv(key);
/system/core/sh/bltin/
H A Dbltin.h77 #define getenv(p) bltinlookup((p),0) macro
/system/core/adb/
H A Dusb_vendors.c258 const char* home = getenv("ANDROID_SDK_HOME");
267 const char* home = getenv("HOME");
H A Dadb_auth_host.c267 home = getenv("ANDROID_SDK_HOME");
274 home = getenv("HOME");
328 adb_keys_path = getenv("ADB_VENDOR_KEYS");
H A Dcommandline.c636 log_tags = getenv("ANDROID_LOG_TAGS");
799 char *top = getenv("ANDROID_BUILD_TOP");
806 top = getenv("TOP");
928 gProductOutPath = getenv("ANDROID_PRODUCT_OUT");
934 serial = getenv("ANDROID_SERIAL");
937 server_port_str = getenv("ANDROID_ADB_SERVER_PORT");
H A Dtransport_local.c115 const char *host = getenv("ADBHOST");
H A Dservices.c179 getenv("EXTERNAL_STORAGE"), "force", NULL);
H A Dadb.c87 const char* p = getenv("ADB_TRACE");
1127 const char* adb_external_storage = getenv("ADB_EXTERNAL_STORAGE");
/system/core/liblog/
H A Dfake_log_device.c194 const char* tags = getenv("ANDROID_LOG_TAGS");
272 const char* fstr = getenv("ANDROID_PRINTF_LOG");
653 ws = getenv("ANDROID_WRAPSIM");
/system/core/toolbox/grep/
H A Dgrep.c312 c = getenv("GREP_COLOR");
365 eopts = getenv("GREP_OPTIONS");
589 term = getenv("TERM");
/system/core/libcutils/
H A Dproperties.c273 p = getenv(ename);
H A Dtzstrftime.c109 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) {
/system/core/sh/
H A Dcd.c350 pwd = getenv("PWD");
H A Dshow.c393 if ((p = getenv("HOME")) == NULL) {
/system/core/fastboot/
H A Dfastboot.c122 dir = getenv("ANDROID_PRODUCT_OUT");
816 serial = getenv("ANDROID_SERIAL");
H A Dengine.c299 char *filename = tempnam(getenv("TEMP"), "fastboot-format.img");
/system/core/logcat/
H A Dlogcat.cpp685 const char* logFormat = getenv("ANDROID_PRINTF_LOG");
705 char *env_tags_orig = getenv("ANDROID_LOG_TAGS");
/system/core/liblinenoise/
H A Dlinenoise.c97 char *term = getenv("TERM");
/system/vold/
H A DVolume.cpp296 const char* externalStorage = getenv("EXTERNAL_STORAGE");
H A Dcryptfs.c1202 sd_mnt_point = getenv("EMULATED_STORAGE_SOURCE");
1204 sd_mnt_point = getenv("EXTERNAL_STORAGE");

Completed in 178 milliseconds