Searched refs:get_manifest_path (Results 1 - 8 of 8) sorted by relevance
/pkg/src/modules/client/ |
H A D | indexer.py | 38 def __init__(self, image, get_manf_func, get_manifest_path, 41 get_manifest_path, progtrack, excludes)
|
H A D | image.py | 1911 pth = self.get_manifest_path(pfmri) 1949 def get_manifest_path(self, pfmri): member in class:Image 1973 pathname=self.get_manifest_path(fmri)) 2186 mpath = self.get_manifest_path(pfmri) 2970 self.get_manifest_path(f)
|
H A D | api.py | 4706 get_manifest_path=\ 4707 self._img.get_manifest_path, 4713 self._img.get_manifest_path, 4973 self._img.get_manifest_path,
|
H A D | imageplan.py | 3471 mpath = self.image.get_manifest_path( 4693 self.image.get_manifest_path, 5118 self.image.get_manifest_path, 5152 self.image.get_manifest_path,
|
/pkg/src/modules/ |
H A D | query_parser.py | 1169 def set_info(self, index_dir, get_manifest_path, 1176 'get_manifest_path' is a function which when given a 1186 self._manifest_path_func = get_manifest_path
|
/pkg/src/modules/server/ |
H A D | repository.py | 1783 get_manifest_path=self.manifest,
|
/pkg/src/modules/client/transport/ |
H A D | transport.py | 377 return self.__img.get_manifest_path(pfmri)
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 3072 return img.get_manifest_path(pfmri)
|
Completed in 83 milliseconds