Searched refs:parseJdwpOptions (Results 1 – 1 of 1) sorted by relevance
398 static bool parseJdwpOptions(const char* str) in parseJdwpOptions() function828 if (strncmp(tail, "help", 4) == 0 || !parseJdwpOptions(tail)) { in dvmProcessOptions()