is_relative       571 lib/vfs/path.c #define vfs_append_from_path(appendfrom, is_relative)                                              \
is_relative       583 lib/vfs/path.c             if (!is_relative && !IS_PATH_SEP (*appendfrom) && *appendfrom != '\0'                  \
is_relative       623 lib/vfs/path.c         gboolean is_relative = vpath->relative && (element_index == 0);
is_relative       630 lib/vfs/path.c             if (!is_relative && (buffer->len == 0 || !IS_PATH_SEP (buffer->str[buffer->len - 1])))
is_relative       650 lib/vfs/path.c                 if ((!is_relative)
is_relative       663 lib/vfs/path.c             vfs_append_from_path (recode_buffer->str, is_relative);
is_relative       668 lib/vfs/path.c             vfs_append_from_path (element->path, is_relative);