Home | History | Annotate | Download | only in unit

Lines Matching refs:join

26         parent = os.path.join(os.sep, 'home', 'me')
27 current = os.path.join(parent, 'project')
33 self.assertEqual(os.path.join(current, 'file.c'), test('file.c'))
34 self.assertEqual(os.path.join(current, 'file.c'), test('./file.c'))
35 self.assertEqual(os.path.join(parent, 'file.c'), test('../file.c'))
36 self.assertEqual(os.path.join(current, 'file.c'),
37 test(os.path.join(current, 'file.c')))
50 handle.write('\n'.join(lines))
55 filename = os.path.join(dest_dir, 'csrutil')
60 filename = os.path.join(dest_dir, 'sestatus')