Home
last modified time | relevance | path

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

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