Home
last modified time | relevance | path

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

12

/packages/modules/adb/client/
Dmain.cpp119 const char* reject_kill_server = getenv("ADB_REJECT_KILL_SERVER"); in adb_server_main()
124 const char* leak = getenv("ADB_LEAK"); in adb_server_main()
142 if (!getenv("ADB_USB") || strcmp(getenv("ADB_USB"), "0") != 0) { in adb_server_main()
152 if (!getenv("ADB_EMU") || strcmp(getenv("ADB_EMU"), "0") != 0) { in adb_server_main()
Dmdns_utils.cpp78 return !getenv("ADB_MDNS") || strcmp(getenv("ADB_MDNS"), "0") != 0; in is_enabled()
Dcommandline.cpp78 const char* ANDROID_PRODUCT_OUT = getenv("ANDROID_PRODUCT_OUT"); in product_file()
602 const char* terminal_type = getenv("TERM"); in ShellServiceString()
1152 char* log_tags = getenv("ANDROID_LOG_TAGS"); in logcat()
1315 if (const char* adb_compression = getenv("ADB_COMPRESSION")) { in parse_push_pull_args()
1669 server_socket_str = getenv("ADB_SERVER_SOCKET"); in adb_commandline()
1674 server_host_str = server_host_str ? server_host_str : getenv("ANDROID_ADB_SERVER_ADDRESS"); in adb_commandline()
1677 server_port_str = server_port_str ? server_port_str : getenv("ANDROID_ADB_SERVER_PORT"); in adb_commandline()
1712 serial = getenv("ANDROID_SERIAL"); in adb_commandline()
2042 if (const char* adb_compression = getenv("ADB_COMPRESSION"); adb_compression) { in adb_commandline()
Ddetach.cpp42 static const char* env = getenv("ADB_LIBUSB_START_DETACHED"); in ShouldStartDetached()
Dtransport_emulator.cpp55 const char* env_max_s = getenv("ADB_LOCAL_TRANSPORT_MAX_PORT"); in adb_local_transport_max_port_env_override()
143 const char* host = getenv("ADBHOST"); in connect_emulator_arbitrary_ports()
Dline_printer.cpp50 const char* term = getenv("TERM"); in LinePrinter()
Dtransport_usb.cpp184 char* env = getenv("ADB_LIBUSB"); in is_libusb_enabled()
/packages/modules/Bluetooth/android/pandora/
Dgen_cov.py41 android_build_top = os.getenv('ANDROID_BUILD_TOP')
118 out = os.getenv('OUT')
119 android_host_out = os.getenv('ANDROID_HOST_OUT')
245 out = os.getenv('OUT')
246 android_build_top = os.getenv('ANDROID_BUILD_TOP')
/packages/services/Car/tools/GenericCarApiBuilder/
Dhidden_api_check.py40 rootDir = os.getenv("ANDROID_BUILD_TOP")
45 javaHomeDir = os.getenv("JAVA_HOME")
Dannotation_classlist_repohook.py40 rootDir = os.getenv("ANDROID_BUILD_TOP")
45 javaHomeDir = os.getenv("JAVA_HOME")
/packages/modules/adb/daemon/
Dmain.cpp238 const char* adb_external_storage = getenv("ADB_EXTERNAL_STORAGE"); in adbd_main()
281 if (prop_port.empty() && getenv("ADBD_PORT")) { in adbd_main()
282 prop_port = getenv("ADBD_PORT"); in adbd_main()
/packages/modules/adb/
Dadb_utils.cpp289 if (const char* const home = getenv("HOME")) { in adb_get_homedir_path()
324 const char* path = getenv("ANDROID_ADB_LOG_PATH"); in GetLogFilePath()
346 const char* tmp_dir = getenv("TMPDIR"); in GetLogFilePath()
Dadb_trace.cpp94 const char* setting = getenv("ADB_TRACE"); in get_trace_setting()
183 char* ANDROID_LOG_TAGS = getenv("ANDROID_LOG_TAGS"); in adb_trace_init()
Dadb_mdns.cpp51 const char* srvs = getenv("ADB_MDNS_AUTO_CONNECT"); in config_auto_connect_services()
Dbenchmark_device.py29 if os.getenv("ANDROID_BUILD_TOP") is None:
/packages/modules/Bluetooth/android/pandora/server/
Dbuild.gradle.kts39 val android_build_top = System.getenv("ANDROID_BUILD_TOP") ?: "../../../../../../"
/packages/modules/Bluetooth/system/osi/include/socket_utils/
Dsockets.h42 const char* val = getenv(key); in osi_android_get_control_socket()
/packages/services/Car/tools/scripts/
Dgenerate-apitest-annotation.py25 rootDir = os.getenv("ANDROID_BUILD_TOP")
Dremove-apirequirements.py17 rootDir = os.getenv("ANDROID_BUILD_TOP")
/packages/modules/Bluetooth/framework/tests/bumble/
Dbuild.gradle.kts39 val android_build_top = System.getenv("ANDROID_BUILD_TOP") ?: "../../../../../../"
/packages/services/Car/tools/GenericCarApiBuilder/scripts/
Dadd_assertPlatformVersionAtLeast.py24 rootDir = os.getenv("ANDROID_BUILD_TOP")
/packages/services/Car/tools/vehiclepropertyidsparser/
Dverify_generated_prop_config_hook.py75 javaHomeDir = os.getenv("JAVA_HOME")
/packages/modules/adb/sysdeps/
Denv.cpp56 const char* val = getenv(var.data()); in GetEnvironmentVariable()
/packages/modules/adb/tools/
Dadb_usbreset.cpp92 const char* env = getenv("ANDROID_SERIAL"); in main()
Dcheck_ms_os_desc.cpp214 const char* expected_serial = getenv("ANDROID_SERIAL"); in main()

12