Lines Matching refs:join
133 fpath = os.path.join(rootpath, member.name)
250 fp.write('%s\n' % '\n'.join(outnodes))
535 zip(self.files, map(self.ws.repo.join, self.files)))
571 wfile = self.ws.repo.join(fname)
623 path = self.ws.repo.join(elt)
633 yield os.path.join(root, f)
751 os.path.join(tpath, fname))
807 if os.path.exists(os.path.join(self.backupdir, 'latest')):
808 generation = os.readlink(os.path.join(self.backupdir, 'latest'))
833 backupbase = os.path.join(home, 'cdm.backup')
835 backupdir = os.path.join(backupbase, name)
845 linkpath = os.path.join(self.backupdir, 'latest')
855 os.makedirs(os.path.join(self.backupdir, str(gen)))
859 (os.path.join(self.backupdir, str(gen)), e))
863 return os.path.join(self.backupdir, str(self.generation), path)
938 os.rmdir(os.path.join(self.backupdir, str(self.generation)))
944 os.unlink(os.path.join(self.backupdir, 'latest'))
962 if not os.path.exists(os.path.join(self.backupdir, str(gen))):
964 (os.path.join(self.backupdir, str(gen))))