Searched defs:comma (Results 1 - 1 of 1) sorted by last modified time

/dalvik/vm/
H A DInit.cpp409 char* comma; local
417 comma = strchr(name, ','); // use name, not value, for safety
418 if (comma != NULL) {
419 if (comma < value) {
420 ALOGE("JDWP opts: found comma before '=' in '%s'", mangle);
423 *comma = '\0';
431 if (comma == NULL) {
435 name = comma+1;
660 * Break comma-separated method signatures and enter them into the hash

Completed in 16 milliseconds