OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comma_location
(Results
1 - 1
of
1
) sorted by null
/external/qemu/android/
qemu-setup.c
265
char*
comma_location
;
local
267
int console_port = strtol( android_op_ports, &
comma_location
, 0 );
269
if (
comma_location
== NULL || *
comma_location
!= ',' ) {
274
int adb_port = strtol(
comma_location
+1, &end, 0 );
Completed in 840 milliseconds