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

12

/system/bt/osi/include/socket_utils/
H A Dsockets.h41 const char* val = getenv(key);
/system/core/adb/
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 Dadb_trace.cpp83 const char* setting = getenv("ADB_TRACE");
162 char* ANDROID_LOG_TAGS = getenv("ANDROID_LOG_TAGS");
H A Dadb_utils.cpp236 if (const char* const home = getenv("HOME")) {
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 Dline_printer.cpp48 const char* term = getenv("TERM");
H A Dsysdeps.h359 #define getenv adb_getenv macro
H A Dtest_device.py81 self.android_serial = os.getenv('ANDROID_SERIAL')
H A Dtransport.cpp673 char* ADB_VENDOR_KEYS = getenv("ADB_VENDOR_KEYS");
H A Dtransport_local.cpp154 const char *host = getenv("ADBHOST");
H A Dtransport_usb.cpp105 static bool disable = getenv("ADB_LIBUSB") && strcmp(getenv("ADB_LIBUSB"), "0") == 0;
/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/core/base/
H A Dlogging.cpp274 const char* tags = getenv("ANDROID_LOG_TAGS");
/system/core/fastboot/
H A Dfastboot.cpp128 char *dir = getenv("ANDROID_PRODUCT_OUT");
548 const char *tmpdir = getenv("TMPDIR");
1464 serial = getenv("ANDROID_SERIAL");
/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/core/libbacktrace/
H A Dbacktrace_test.cpp1141 if (getenv("ANDROID_HOST_OUT") == NULL) {
1146 getenv("ANDROID_HOST_OUT"), lib_name,
/system/core/libcutils/
H A Dandroid_get_control_file.cpp61 const char* val = getenv(key);
/system/core/liblog/
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");
H A Dlogprint.c333 char* cp = getenv(tz);
1364 cp = getenv(tz);
H A Dstderr_write.c92 envStr = getenv("ANDROID_PRINTF_LOG");
116 envStr = getenv("ANDROID_LOG_TAGS");
/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/logcat/
H A Dlogcat.cpp707 const char* getenv(android_logcat_context_internal* context, const char* name) { function in namespace:android
1372 const char* logFormat = android::getenv(context, "ANDROID_PRINTF_LOG");
1405 const char* env_tags_orig = android::getenv(context, "ANDROID_LOG_TAGS");
/system/core/toolbox/upstream-netbsd/lib/libc/gen/
H A Dgetbsize.c66 if ((p = getenv("BLOCKSIZE")) != NULL && *p != '\0') {

Completed in 1893 milliseconds

12