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

  /external/autotest/client/bin/
fsinfo.py 37 current_section = ''
41 current_section = '[defaults]'
43 current_section = '[fs_types]'
44 elif current_section == '[defaults]':
48 elif current_section == '[fs_types]':
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 549 current_section = None
589 current_section = match_section.group(1)
590 match_band = re.match('Band (\d+)', current_section)
608 if (current_section == 'Supported interface modes' and
615 if current_section == 'Supported commands' and pending_phy_name:
621 if (current_section is not None and
622 current_section.startswith('VHT Capabilities') and
    [all...]
  /external/e2fsprogs/lib/support/
profile.c 159 struct profile_node *current_section; member in struct:parse_state
737 &iter, &state->current_section);
741 &state->current_section);
752 state->current_section->final = 1;
767 state->current_section->final = 1;
768 state->current_section = state->current_section->parent;
824 retval = profile_add_node(state->current_section,
825 tag, 0, &state->current_section);
829 state->current_section->final = 1
    [all...]

Completed in 1394 milliseconds