Lines Matching refs:path
56 self.dir = os.path.join(tmpdir, 'dir')
57 self.dir_same = os.path.join(tmpdir, 'dir-same')
58 self.dir_diff = os.path.join(tmpdir, 'dir-diff')
62 self.dir_ignored = os.path.join(self.dir_same, '.hg')
64 self.caseinsensitive = os.path.normcase('A') == os.path.normcase('a')
69 subdir_path = os.path.join(dir, 'subdir')
75 with open(os.path.join(dir, fn), 'w', encoding="utf-8") as output:
78 with open(os.path.join(self.dir_diff, 'file2'), 'w', encoding="utf-8") as output:
106 with open(os.path.join(self.dir, 'file2'), 'w', encoding="utf-8") as output:
169 os.path.join(self.dir_diff, 'file2'),
170 os.path.join(self.dir, 'file2')
191 with open(os.path.join(self.dir_diff, 'file2'), 'w', encoding="utf-8") as output:
217 left_subdir = os.path.join(left_dir, 'subdir')
218 right_subdir = os.path.join(right_dir, 'subdir')
231 left_subdir = os.path.join(left_dir, 'subdir')
232 right_subdir = os.path.join(right_dir, 'subdir')