/pkg/src/modules/portable/ |
H A D | os_darwin.py | 35 split_path, get_root, assert_mode namespace
|
H A D | os_aix.py | 36 get_root, assert_mode, copyfile namespace
|
H A D | __init__.py | 197 def get_root(path): function
|
H A D | os_windows.py | 169 cached_image_info.append((img.get_root(), trashdir)) 225 def get_root(path): function
|
H A D | os_sunos.py | 39 remove, link, copyfile, split_path, get_root, assert_mode namespace
|
H A D | os_unix.py | 296 def get_root(path): function
|
/pkg/src/modules/actions/ |
H A D | hardlink.py | 70 path = self.get_installed_path(pkgplan.image.get_root()) 83 (pkgplan.image.get_root(), target))) 117 path = self.get_installed_path(img.get_root()) 119 (img.get_root(), target)))
|
H A D | legacy.py | 64 pkgdir = os.path.join(pkgplan.image.get_root(), "var/sadm/pkg", 115 open(os.path.join(pkgplan.image.get_root(), 146 pkgdir = os.path.join(img.get_root(), "var/sadm/pkg", 167 pkgdir = os.path.join(pkgplan.image.get_root(), "var/sadm/pkg",
|
H A D | driver.py | 142 rem_base = (DriverAction.update_drv, "-b", image.get_root(), "-d") 252 "imgroot": image.get_root() 284 dap = image.get_root() + "/etc/driver_aliases" 286 dir=image.get_root() + "/etc") 316 args = ( self.add_drv, "-n", "-b", image.get_root() ) 351 self.update_drv, "-b", image.get_root(), "-a", 359 image.get_root(), "etc/devlink.tab")) 366 dir=image.get_root() + "/etc") 380 add_base = ( self.update_drv, "-b", image.get_root(), "-a" ) 381 rem_base = ( self.update_drv, "-b", image.get_root(), " [all...] |
H A D | link.py | 61 path = self.get_installed_path(pkgplan.image.get_root()) 83 path = self.get_installed_path(img.get_root()) 105 path = self.get_installed_path(pkgplan.image.get_root())
|
H A D | file.py | 82 path = orig.get_installed_path(pkgplan.image.get_root()) 87 path = self.get_installed_path(pkgplan.image.get_root()) 111 pkgplan.image.get_root())) 144 final_path = self.get_installed_path(pkgplan.image.get_root()) 354 path = self.get_installed_path(img.get_root()) 554 final_path = self.get_installed_path(pkgplan.image.get_root()) 707 path = self.get_installed_path(pkgplan.image.get_root()) 720 path = self.get_installed_path(pkgplan.image.get_root()) 777 if pdir != pkgplan.image.get_root(): 855 full_path = self.get_installed_path(image.get_root()) [all...] |
H A D | directory.py | 153 path = self.get_installed_path(pkgplan.image.get_root()) 220 path = self.get_installed_path(pkgplan.image.get_root())
|
H A D | license.py | 72 pkgplan.image.get_root()) 85 path = self.get_installed_path(pkgplan.image.get_root())
|
H A D | group.py | 73 root = pkgplan.image.get_root()
|
H A D | user.py | 108 root = image.get_root() 319 root = pkgplan.image.get_root()
|
H A D | generic.py | 635 pathlist[0] = portable.get_root(path) 851 path = self.get_installed_path(pkgplan.image.get_root()) 984 path = self.get_installed_path(img.get_root())
|
/pkg/src/modules/client/ |
H A D | bootenv.py | 80 self.root = self.img.get_root() 136 self.img.get_root() 1086 self.img.get_root()
|
H A D | pkgplan.py | 662 os.path.normpath(self.image.get_root()), "", 1)
|
H A D | imageplan.py | 1694 img_root = self.image.get_root() 3335 opath = orig.get_installed_path(self.image.get_root()) 3346 self.image.get_root())
|
H A D | api.py | 377 self._img_path = self._img.get_root() 382 self._img_path = img_path.get_root()
|
H A D | image.py | 1209 def get_root(self): member in class:Image
|
/pkg/src/modules/ |
H A D | cfgfiles.py | 313 CfgFile.__init__(self, os.path.join(image.get_root(), "etc/group"),
|