Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.c506 const config_section_node_t *snode = config_section_begin(conf); in btif_config_remove_unpaired() local
507 while (snode != config_section_end(conf)) { in btif_config_remove_unpaired()
508 const char *section = config_section_name(snode); in btif_config_remove_unpaired()
516 snode = config_section_next(snode); in btif_config_remove_unpaired()
522 snode = config_section_next(snode); in btif_config_remove_unpaired()
564 const config_section_node_t *snode = config_section_begin(config); in btif_config_remove_restricted() local
565 while (snode != config_section_end(config)) { in btif_config_remove_restricted()
566 const char *section = config_section_name(snode); in btif_config_remove_restricted()
571 snode = config_section_next(snode); in btif_config_remove_restricted()
/system/sepolicy/tools/sepolicy-analyze/
Ddups.c17 ebitmap_node_t *snode, *tnode; in find_dups_helper() local
38 ebitmap_for_each_bit(sattr, snode, i) { in find_dups_helper()
39 if (!ebitmap_node_get_bit(snode, i)) in find_dups_helper()