Lines Matching full:join

604         self.assertEqual(os.listdir(os.path.join(self._path, 'tmp')), [])
612 self.assertTrue(os.path.exists(os.path.join(self._path, 'cur', '%s%sfoo' %
677 os.mkdir(os.path.normpath(os.path.join(self._path, subdir)))
686 path = os.path.join(self._path, subdir)
704 self.assertTrue(os.path.isdir(os.path.join(self._path, '.foo.bar')))
730 foo_path = os.path.join(self._path, 'tmp', 'foo')
731 bar_path = os.path.join(self._path, 'tmp', 'bar')
760 self.assertEqual(head, os.path.abspath(os.path.join(self._path,
788 file_count = len(os.listdir(os.path.join(self._path, "tmp")))
800 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
801 key1: os.path.join('new', key1)})
803 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
804 key1: os.path.join('new', key1)})
806 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
807 key1: os.path.join('new', key1),
808 key2: os.path.join('new', key2)})
833 self.assertEqual(self._box._lookup(key0), os.path.join('new', key0))
834 os.remove(os.path.join(self._path, 'new', key0))
835 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0)})
866 os.mkdir(os.path.join(self._path, 'cur', 'stray-dir'))
881 path = os.path.join(self._path, self._box._lookup(key))
895 path = os.path.join(subfolder._path, 'maildirfolder')
907 os.utime(os.path.join(self._box._path, subdir),
934 filename = os.path.join(self._path, 'cur', 'stray-file')
1198 self.assertTrue(os.path.isdir(os.path.join(self._path, 'foo.bar')))
1305 return os.path.join(self._path, '.mh_sequences.lock')
1594 # Get, set, join, and leave sequences
1625 # Get, set, join, and leave labels
2146 os.mkdir(os.path.join(self._dir, "cur"))
2147 os.mkdir(os.path.join(self._dir, "tmp"))
2148 os.mkdir(os.path.join(self._dir, "new"))
2154 os_helper.rmdir(os.path.join(self._dir, "cur"))
2155 os_helper.rmdir(os.path.join(self._dir, "tmp"))
2156 os_helper.rmdir(os.path.join(self._dir, "new"))
2163 filename = ".".join((str(t), str(pid), "myhostname", "mydomain"))
2164 tmpname = os.path.join(self._dir, "tmp", filename)
2165 newname = os.path.join(self._dir, dir, filename)