Searched refs:get_cachedirs (Results 1 - 4 of 4) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_pkg_search.py | 468 for path, readonly, pub, layout in img.get_cachedirs()
|
H A D | t_pkg_install.py | 447 for path, readonly, pub, layout in img_inst.get_cachedirs(): 498 for path, readonly, pub, layout in img_inst.get_cachedirs(): 514 for path, readonly, pub, layout in img_inst.get_cachedirs(): 553 for path, readonly, pub, layout in img_inst.get_cachedirs(): 566 for path, readonly, pub, layout in img_inst.get_cachedirs():
|
/pkg/src/modules/client/ |
H A D | image.py | 887 # get_cachedirs() will build paths for each publisher's 1163 def get_cachedirs(self): member in class:Image 3462 for path, readonly, pub, layout in self.get_cachedirs():
|
/pkg/src/modules/client/transport/ |
H A D | transport.py | 431 for path, readonly, pub, layout in self.__img.get_cachedirs():
|
Completed in 55 milliseconds