Home | History | Annotate | Download | only in tools

Lines Matching defs:FullName

749   def FullName(self):
754 """FullName after removing the local path to the repository.
763 fullname = self.FullName()
765 if os.path.exists(fullname):
766 project_dir = os.path.dirname(fullname)
778 return fullname[len(prefix) + 1:]
782 root_dir = os.path.dirname(fullname)
794 # return fullname[len(prefix) + 1:]
795 return "art/" + fullname[len(prefix) + 1:]
799 return fullname
3188 fullname = os.path.abspath(filename).replace('\\', '/')
3730 abs_filename = FileInfo(filename).FullName()