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

12

/system/extras/tests/bootloader/
H A Dshelltest.py22 self.device = adb.get_device(os.getenv("BOOTLOADER_TEST_SERIAL"));
/system/bt/osi/include/socket_utils/
H A Dsockets.h41 const char* val = getenv(key);
/system/core/adb/
H A Dtransport_usb.cpp105 static bool disable = getenv("ADB_LIBUSB") && strcmp(getenv("ADB_LIBUSB"), "0") == 0;
H A Dadb_trace.cpp83 const char* setting = getenv("ADB_TRACE");
162 char* ANDROID_LOG_TAGS = getenv("ANDROID_LOG_TAGS");
H A Dadb_auth_host.cpp59 if (getenv("HOSTNAME")) hostname = getenv("HOSTNAME");
67 if (getenv("LOGNAME")) username = getenv("LOGNAME");
273 const char* adb_keys_path = getenv("ADB_VENDOR_KEYS");
H A Dline_printer.cpp48 const char* term = getenv("TERM");
H A Dcommandline.cpp586 const char* terminal_type = getenv("TERM");
1143 char* log_tags = getenv("ANDROID_LOG_TAGS");
1313 char* top = getenv("ANDROID_BUILD_TOP");
1431 char* ANDROID_PRODUCT_OUT = getenv("ANDROID_PRODUCT_OUT");
1531 server_socket_str = getenv("ADB_SERVER_SOCKET");
1536 server_host_str = server_host_str ? server_host_str : getenv("ANDROID_ADB_SERVER_ADDRESS");
1539 server_port_str = server_port_str ? server_port_str : getenv("ANDROID_ADB_SERVER_PORT");
1567 serial = getenv("ANDROID_SERIAL");
H A Dadb_utils.cpp236 if (const char* const home = getenv("HOME")) {
H A Dtransport_local.cpp154 const char *host = getenv("ADBHOST");
/system/core/libcutils/
H A Dandroid_get_control_file.cpp61 const char* val = getenv(key);
/system/core/toolbox/upstream-netbsd/lib/libc/gen/
H A Dgetbsize.c66 if ((p = getenv("BLOCKSIZE")) != NULL && *p != '\0') {
/system/netd/client/
H A DFwmarkClient.cpp38 return isBuildDebuggable && getenv(name);
/system/core/liblog/
H A Dstderr_write.c92 envStr = getenv("ANDROID_PRINTF_LOG");
116 envStr = getenv("ANDROID_LOG_TAGS");
H A Dfake_log_device.c197 const char* tags = getenv("ANDROID_LOG_TAGS");
286 const char* fstr = getenv("ANDROID_PRINTF_LOG");
674 ws = getenv("ANDROID_WRAPSIM");
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.c309 c = getenv("GREP_COLOR");
362 eopts = getenv("GREP_OPTIONS");
586 term = getenv("TERM");
/system/core/adb/client/
H A Dmain.cpp62 const char* tmp_dir = getenv("TMPDIR");
/system/core/adb/daemon/
H A Dmain.cpp169 const char* adb_external_storage = getenv("ADB_EXTERNAL_STORAGE");
/system/libvintf/
H A Dassemble_vintf.cpp40 const char *envValue = getenv(key.c_str());
/system/core/libnativeloader/
H A Dnative_loader.cpp258 const char* android_root_env = getenv("ANDROID_ROOT");
271 const char* additional_libs = getenv("ANDROID_ADDITIONAL_PUBLIC_LIBRARIES");
/system/core/init/
H A Dinit.cpp963 bool is_first_stage = (getenv("INIT_SECOND_STAGE") == nullptr);
1052 property_set("ro.boottime.init", getenv("INIT_STARTED_AT"));
1053 property_set("ro.boottime.init.selinux", getenv("INIT_SELINUX_TOOK"));
1056 const char* avb_version = getenv("INIT_AVB_VERSION");
H A Dperfboot.py407 parser.add_argument('-s', '--serial', default=os.getenv('ANDROID_SERIAL'),
/system/update_engine/common/
H A Dsubprocess.cc85 const char* value = getenv(key);
/system/core/base/
H A Dlogging.cpp274 const char* tags = getenv("ANDROID_LOG_TAGS");
/system/netd/tests/benchmarks/
H A Dconnect_benchmark.cpp251 const char* prevEnvStr = getenv(setting.c_str());
/system/core/fastboot/
H A Dfastboot.cpp128 char *dir = getenv("ANDROID_PRODUCT_OUT");
548 const char *tmpdir = getenv("TMPDIR");
1464 serial = getenv("ANDROID_SERIAL");

Completed in 611 milliseconds

12