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

/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnssbase.py633 mntpath = self.mnt_path() variable
636 if mntpath == legacy:
639 if self.legacy_save(mntpath) == False:
642 self.print_msg(" Try to re-mount: ", mntpath, " to ", legacy)
644 self.print_msg(" Move temp: ", tmppath, " to ", mntpath)
645 os.rename(tmppath, mntpath)
667 mntcmd = self.LOFS_MOUNT % (mntpath, legacy)
683 self.orig_cleanup(mntpath)

Completed in 15 milliseconds