Home
last modified time | relevance | path

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

/dports/misc/librepo/librepo-1.14.2/librepo/
H A Dutil.c343 char *path_with_protocol, *resolved_path = realpath(path, NULL); in lr_prepend_url_protocol() local
348 path_with_protocol = g_strconcat("file://", resolved_path, NULL); in lr_prepend_url_protocol()
350 return path_with_protocol; in lr_prepend_url_protocol()