Home
last modified time | relevance | path

Searched refs:unix_socket_path (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py258 def unix_socket_path(): function
271 with unix_socket_path() as path:
Dtest_server.py103 with test_utils.unix_socket_path() as addr:
Dtest_unix_events.py288 with test_utils.unix_socket_path() as path:
301 with test_utils.unix_socket_path() as path:
309 with test_utils.unix_socket_path() as path:
Dtest_streams.py690 with test_utils.unix_socket_path() as path:
699 with test_utils.unix_socket_path() as path:
Dtest_base_events.py1716 with test_utils.unix_socket_path() as path:
/aosp_15_r20/external/curl/src/
H A Dtool_cfgable.h277 char *unix_socket_path; /* path to Unix domain socket */ member
H A Dtool_cfgable.c152 Curl_safefree(config->unix_socket_path); in free_config_fields()
H A Dtool_operate.c1690 if(config->unix_socket_path) { in config2setopts()
1693 config->unix_socket_path); in config2setopts()
1697 config->unix_socket_path); in config2setopts()
H A Dtool_getparam.c1665 err = getstr(&config->unix_socket_path, nextarg, DENY_BLANK); in getparameter()
1692 err = getstr(&config->unix_socket_path, nextarg, DENY_BLANK); in getparameter()