nodePath         5152 lib/common/xml.c             char *nodePath = (char *)xmlGetNodePath(top);
nodePath         5155 lib/common/xml.c                     crm_str(nodePath));
nodePath         5156 lib/common/xml.c             free(nodePath);
nodePath          229 lib/common/xpath.c     char *nodePath = NULL;
nodePath          237 lib/common/xpath.c     nodePath = (char *)xmlGetNodePath(xml_obj);
nodePath          241 lib/common/xpath.c         do_crm_log(error_level, "No match for %s in %s", xpath, crm_str(nodePath));
nodePath          247 lib/common/xpath.c         do_crm_log(error_level, "Too many matches for %s in %s", xpath, crm_str(nodePath));
nodePath          266 lib/common/xpath.c     free(nodePath);