Searched refs:unix_path (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/curl/lib/ |
H A D | setup-vms.h | 86 char *unix_path; in vms_translate_path() local 96 unix_path = decc$translate_vms(path); in vms_translate_path() 98 if((int)unix_path <= 0) { in vms_translate_path() 150 __char_ptr32 unix_path; in vms_getpwuid() local 152 char *unix_path; in vms_getpwuid() local 155 char *unix_path; in vms_getpwuid() local 163 unix_path = vms_translate_path(my_passwd->pw_dir); in vms_getpwuid() 165 if((long)unix_path <= 0) { in vms_getpwuid() 171 if(unix_path == my_passwd->pw_dir) { in vms_getpwuid() 181 vms_passwd_cache.pw_dir = unix_path; in vms_getpwuid()
|
H A D | url.c | 3141 char *unix_path) argument 3146 DEBUGASSERT(unix_path); 3156 hostaddr->addr = Curl_unix2addr(unix_path, &longpath, 3161 failf(data, "Unix socket path too long: '%s'", unix_path); 3184 char *unix_path = conn->unix_domain_socket; local 3187 if(!unix_path && CONN_IS_PROXIED(conn) && conn->socks_proxy.host.name && 3190 unix_path = conn->socks_proxy.host.name + sizeof(UNIX_SOCKET_PREFIX) - 1; 3193 if(unix_path) { 3196 return resolve_unix(data, conn, unix_path);
|
/aosp_15_r20/external/ublksrv/nbd/ |
H A D | tgt_nbd.cpp | 792 char unix_path[NBD_MAX_NAME] = {0}; in nbd_setup_tgt() local 816 unix_path); in nbd_setup_tgt() 822 host_name, unix_path, exp_name, send_zc); in nbd_setup_tgt() 827 if (strlen(unix_path)) in nbd_setup_tgt() 828 sock = openunix(unix_path); in nbd_setup_tgt() 857 data->unix_sock = strlen(unix_path) > 0 ? true : false; in nbd_setup_tgt() 918 const char *unix_path = NULL; in nbd_init_tgt() local 938 unix_path = optarg; in nbd_init_tgt() 950 ublk_json_write_tgt_str(dev, &jbuf, &jbuf_size, "unix", unix_path); in nbd_init_tgt()
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | sockaddr_util_posix_unittest.cc | 102 std::string unix_path(reinterpret_cast<char*>(socket_addr->sun_path + 1), in TEST() 104 EXPECT_EQ(unix_path, path); in TEST()
|