Searched refs:adb_host_port_str (Results 1 – 1 of 1) sorted by relevance
238 char* adb_host_port_str = getenv( "ANDROID_ADB_SERVER_PORT" ); in android_emulation_setup() local239 if ( adb_host_port_str && strlen( adb_host_port_str ) > 0 ) { in android_emulation_setup()240 adb_host_port = (int) strtol( adb_host_port_str, NULL, 0 ); in android_emulation_setup()243 adb_host_port_str ); in android_emulation_setup()