Lines Matching defs:parent
174 /* assemble the target item name from the item's parent item name */
178 const char *itemID, *parent, *parentLimit, *suffix;
200 // get the parent item name by truncating the last part of this item's name */
201 parent=itemID;
204 // no '_' in the item name: the parent is the root bundle
205 parent="root";
207 if((suffix-itemID)==parentLength && 0==memcmp(itemID, parent, parentLength)) {
208 // the item itself is "root", which does not depend on a parent
212 checkIDSuffix(itemName, parent, parentLength, suffix, check, context, pErrorCode);
384 * then add the parent bundle as a dependency