Searched refs:comma_location (Results 1 – 1 of 1) sorted by relevance
265 char* comma_location; in android_emulation_setup() local267 int console_port = strtol( android_op_ports, &comma_location, 0 ); in android_emulation_setup()269 if ( comma_location == NULL || *comma_location != ',' ) { in android_emulation_setup()274 adb_port = strtol( comma_location+1, &end, 0 ); in android_emulation_setup()