Home
last modified time | relevance | path

Searched refs:local_match (Results 1 – 1 of 1) sorted by relevance

/art/cmdline/
Dcmdline_parser.h531 size_t local_match = arg->MaybeMatches(possible_name); in Parse() local
533 if (local_match > best_match_size) { in Parse()
534 best_match_size = local_match; in Parse()