Lines Matching refs:current_path
625 path=None, current_path=None, update=False):
635 # Either 'path' or 'current_path' must be specified.
636 assert path is None or current_path is None
637 assert path is not None or current_path is not None
640 current_path = path_transform_apply(path,
643 elif current_path is not None:
644 path = path_transform_revert(current_path,
648 props[PROP_CURRENT_PATH] = current_path
670 current_path = self.__root
672 current_path)
675 current_path=current_path, update=update)
723 current_path=self.__root)
1207 def current_path(self):
1384 path = self.current_path()
1437 pimg.linked.path(), pimg.current_path()))
1455 # current_path() since we may not actually be linked yet.
1458 current_path=self.__root)
1763 self.path(), self.current_path()))
1871 self.get_path_transform(), current_path=path)