Lines Matching defs:strings
1190 struct config_item *strings;
1195 /* Validate that the target of the link is an entry in strings/<langid> */
1197 strings = config_group_find_item(to_config_group(gadget_item), "strings");
1198 if (!strings || tgt->ci_parent->ci_parent != strings) {
1207 config_item_put(strings);
3298 struct config_item *strings;
3304 /* Validate that the target is an entry in strings/<langid> */
3305 strings = config_group_find_item(to_config_group(src->ci_parent->ci_parent),
3306 "strings");
3307 if (!strings || tgt->ci_parent->ci_parent != strings) {
3329 config_item_put(strings);