Searched defs:exists (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/client/
H A Dbootenv.py41 # it will try to use the BE management module if it exists.
44 # also attempt to use the old libbe module, if it exists.
125 def exists(self): member in class:GenericBootEnv
169 It is soft required, meaning if it exists the bootenv class will
325 # A BE or Zone BE with the given be_name exists.
525 A clone of {be_name} exists and has been updated and activated.
531 A clone of {be_name} exists and has been updated. To set the
714 It is soft required, meaning if it exists the bootenv class will
1139 A clone of {be_name} exists and has been updated and activated.
1145 A clone of {be_name} exists an
1329 def exists(): member in class:BootEnvNull
[all...]
/pkg/src/modules/
H A Dcatalog.py234 if not self.meta_root or not self.exists:
236 # unless meta_root is defined and the data exists.
259 if not self.exists:
285 if os.path.exists(self.pathname):
301 def exists(self): member in class:CatalogPartBase
303 exists at <self.meta_root>/<self.name>."""
307 return os.path.exists(self.pathname)
1736 if self.meta_root and must_exist and not ulog.exists:
2376 if not self.meta_root or not os.path.exists(self.meta_root):
2610 def exists(sel member in class:Catalog
[all...]

Completed in 20 milliseconds