Home | History | Annotate | Download | only in android

Lines Matching refs:param_end

2733         const char* param_end = strchr(args, ' ');
2734 if (param_end == NULL) {
2735 param_end = args + strlen(args);
2737 token_len = param_end - args;