Home | History | Annotate | Download | only in tools

Lines Matching defs:FullName

870   def FullName(self):
875 """FullName after removing the local path to the repository.
884 fullname = self.FullName()
886 if os.path.exists(fullname):
887 project_dir = os.path.dirname(fullname)
899 return fullname[len(prefix) + 1:]
903 root_dir = os.path.dirname(fullname)
914 return fullname[len(prefix) + 1:]
917 return fullname
3757 fullname = os.path.abspath(filename).replace('\\', '/')
4430 abs_filename = FileInfo(filename).FullName()