is_relative       599 lib/vfs/path.c #define vfs_append_from_path(appendfrom, is_relative) \
is_relative       611 lib/vfs/path.c         if (!is_relative && !IS_PATH_SEP (*appendfrom) && *appendfrom != '\0' \
is_relative       651 lib/vfs/path.c         gboolean is_relative = vpath->relative && (element_index == 0);
is_relative       658 lib/vfs/path.c             if (!is_relative && (buffer->len == 0 || !IS_PATH_SEP (buffer->str[buffer->len - 1])))
is_relative       678 lib/vfs/path.c                 if ((!is_relative)
is_relative       691 lib/vfs/path.c             vfs_append_from_path (recode_buffer->str, is_relative);
is_relative       696 lib/vfs/path.c             vfs_append_from_path (element->path, is_relative);