Home
last modified time | relevance | path

Searched refs:path_parse (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPackageLocator.pm74 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 DState.pm39 sub path_parse($self, $pkgname) subroutine
41 return $self->locator->path_parse($pkgname, $self->{state});
H A DUpdate.pm311 ($repo, $pkg2) = $state->repo->path_parse($pkgname);
H A DPkgInfo.pm225 ($repo, $pkgname) = $state->repo->path_parse($pkgname);