Lines Matching refs:path
42 fullname = os.path.join(support.TEST_HOME_DIR, filename)
43 if os.path.isfile(fullname):
45 fullname = os.path.join(os.path.dirname(__file__), '..', filename)
46 if os.path.isfile(fullname):
236 # as the second return value will be a path;
259 path = gen_unix_socket_path()
261 yield path
264 os.unlink(path)
271 with unix_socket_path() as path:
272 yield from _run_test_server(address=path, use_ssl=use_ssl,