HomeSort by relevance Sort by last modified time
    Searched refs:arg_matches (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
stat.py 123 arg_matches = 0
138 arg_matches += 1
148 if not arg_matches:
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 356 std::unique_ptr<TokenRange> arg_matches = local
358 if (arg_matches == nullptr) {
365 // Get the corresponding wildcard tokens from arg_matches,
368 sub_idx < def_split_wildcards.Size() && sub_idx < arg_matches->Size(); ++sub_idx) {
370 blank_value += arg_matches->GetToken(sub_idx);

Completed in 71 milliseconds