Searched refs:path_parse (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.sbin/pkg_add/OpenBSD/ |
H A D | PackageLocator.pm | 74 sub path_parse($self, $pkgname, $state) subroutine 88 my ($repository, $pkgname) = $self->path_parse($url, $state); 103 my ($repository, $pkgname) = $self->path_parse($url, $state);
|
H A D | State.pm | 39 sub path_parse($self, $pkgname) subroutine 41 return $self->locator->path_parse($pkgname, $self->{state});
|
H A D | Update.pm | 311 ($repo, $pkg2) = $state->repo->path_parse($pkgname);
|
H A D | PkgInfo.pm | 225 ($repo, $pkgname) = $state->repo->path_parse($pkgname);
|