Home | History | Annotate | Download | only in vm

Lines Matching full:tail

827             const char* tail;
831 tail = argv[i] + 10;
833 tail = argv[i] + 15;
835 if (strncmp(tail, "help", 4) == 0 || !parseJdwpOptions(tail)) {