From: Raphaël Beamonte Date: Fri, 15 Nov 2013 00:58:34 +0000 (-0500) Subject: Change the utils_expand_path function to use utils_partial_realpath X-Git-Tag: v2.4.0-rc1~3 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=3d229795de7f38cce87d6d5ea76ef413dbb71f1d;hp=3d229795de7f38cce87d6d5ea76ef413dbb71f1d Change the utils_expand_path function to use utils_partial_realpath As most of the resolve-related work can now be done using utils_partial_realpath, the utils_expand_path function can call it and concentrate on resolving the relative paths in the middle of a path string, such as '/./' and '/../'. Signed-off-by: Raphaël Beamonte Signed-off-by: David Goulet ---