Searched refs:match_pkgpath (Results 1 – 5 of 5) sorted by relevance
23 if (!$p->match_pkgpath($p)) {27 my $t1 = !$p->match_pkgpath($p2);28 my $t2 = !$p2->match_pkgpath($p);62 ok($p[0]->match_pkgpath($p[1]), "same path matches");63 ok(!$p[0]->match_pkgpath($p[2]), "different paths don't");64 ok($p[0]->match_pkgpath($p[3]), "look into the list too");65 ok(!$p[3]->match_pkgpath($p[4]), "extra elements can't match by themselves");66 ok($p[5]->match_pkgpath($p[6]), "paths with same flavors do match");67 ok(!$p[5]->match_pkgpath($p[7]), "paths with distinct flavor do not match");68 ok($p[8]->match_pkgpath($p[9]), "same flavor combo does match");[all …]
150 $n->location->update_info->match_pkgpath($plist)) &&184 if (!$plist->match_pkgpath($p2)) {
231 if (!$u->match_pkgpath($f->update_info)) {
405 sub match_pkgpath($self, $plist2) subroutine
463 if (!$n->location->update_info->match_pkgpath($plist)) {