Lines Matching defs:path
240 p = build_property("target-path", d, NULL);
512 struct node *get_node_by_path(struct node *tree, const char *path)
517 if (!path || ! (*path)) {
523 while (path[0] == '/')
524 path++;
526 p = strchr(path, '/');
529 if (p && strprefixeq(path, p - path, child->name))
531 else if (!p && streq(path, child->name))
973 /* walk the path components creating nodes if they don't exist */