Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 2 of 2) sorted by relevance

/curl/lib/vtls/
H A Dvtls_scache.c371 char abspath[_MAX_PATH]; in cf_ssl_peer_key_add_path() local
372 if(_fullpath(abspath, path, _MAX_PATH)) in cf_ssl_peer_key_add_path()
373 return Curl_dyn_addf(buf, ":%s-%s", name, abspath); in cf_ssl_peer_key_add_path()
376 char *abspath = realpath(path, NULL); in cf_ssl_peer_key_add_path()
377 if(abspath) { in cf_ssl_peer_key_add_path()
378 CURLcode r = Curl_dyn_addf(buf, ":%s-%s", name, abspath); in cf_ssl_peer_key_add_path()
379 (free)(abspath); /* allocated by libc, free without memdebug */ in cf_ssl_peer_key_add_path()
/curl/tests/
H A Dutil.py42 self.filename = os.path.abspath(filename)

Completed in 7 milliseconds