Home | History | Annotate | Download | only in test

Lines Matching full:fullpath

1501             fullpath = os.path.join(os.fsencode(program_path), program)
1502 native_fullpath = fullpath
1507 fullpath = os.path.join(program_path, program)
1509 native_fullpath = os.fsencode(fullpath)
1511 native_fullpath = fullpath
1517 os._execvpe, fullpath, arguments)
1519 self.assertEqual(calls[0], ('execv', fullpath, (arguments,)))