Home
last modified time | relevance | path

Searched refs:comma_location (Results 1 – 1 of 1) sorted by relevance

/external/qemu/android/
Dqemu-setup.c265 char* comma_location; in android_emulation_setup() local
267 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()