Searched refs:get_root (Results 1 - 22 of 22) sorted by relevance

/pkg/src/modules/portable/
H A Dos_darwin.py35 split_path, get_root, assert_mode namespace
H A Dos_aix.py36 get_root, assert_mode, copyfile namespace
H A D__init__.py197 def get_root(path): function
H A Dos_windows.py169 cached_image_info.append((img.get_root(), trashdir))
225 def get_root(path): function
H A Dos_sunos.py39 remove, link, copyfile, split_path, get_root, assert_mode namespace
H A Dos_unix.py296 def get_root(path): function
/pkg/src/modules/actions/
H A Dhardlink.py70 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 Dlegacy.py64 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 Ddriver.py142 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 Dlink.py61 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 Dfile.py82 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 Ddirectory.py153 path = self.get_installed_path(pkgplan.image.get_root())
220 path = self.get_installed_path(pkgplan.image.get_root())
H A Dlicense.py72 pkgplan.image.get_root())
85 path = self.get_installed_path(pkgplan.image.get_root())
H A Dgroup.py73 root = pkgplan.image.get_root()
H A Duser.py108 root = image.get_root()
319 root = pkgplan.image.get_root()
H A Dgeneric.py635 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 Dbootenv.py80 self.root = self.img.get_root()
136 self.img.get_root()
1086 self.img.get_root()
H A Dpkgplan.py662 os.path.normpath(self.image.get_root()), "", 1)
H A Dimageplan.py1694 img_root = self.image.get_root()
3335 opath = orig.get_installed_path(self.image.get_root())
3346 self.image.get_root())
H A Dapi.py377 self._img_path = self._img.get_root()
382 self._img_path = img_path.get_root()
H A Dimage.py1209 def get_root(self): member in class:Image
/pkg/src/modules/
H A Dcfgfiles.py313 CfgFile.__init__(self, os.path.join(image.get_root(), "etc/group"),

Completed in 71 milliseconds