Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dvtls_scache.c348 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 Dutil.py42 self.filename = os.path.abspath(filename)

Completed in 7 milliseconds