Searched refs:abspath (Results 1 – 2 of 2) sorted by relevance
/curl/lib/vtls/ |
H A D | vtls_scache.c | 348 char abspath[_MAX_PATH]; in cf_ssl_peer_key_add_path() local 349 if(_fullpath(abspath, path, _MAX_PATH)) in cf_ssl_peer_key_add_path() 350 return Curl_dyn_addf(buf, ":%s-%s", name, abspath); in cf_ssl_peer_key_add_path() 353 char *abspath = realpath(path, NULL); in cf_ssl_peer_key_add_path() 354 if(abspath) { in cf_ssl_peer_key_add_path() 355 CURLcode r = Curl_dyn_addf(buf, ":%s-%s", name, abspath); in cf_ssl_peer_key_add_path() 356 (free)(abspath); /* allocated by libc, free without memdebug */ in cf_ssl_peer_key_add_path()
|
/curl/tests/ |
H A D | util.py | 42 self.filename = os.path.abspath(filename)
|
Completed in 8 milliseconds