is_relative 554 lib/vfs/path.c #define vfs_append_from_path(appendfrom, is_relative) \ is_relative 566 lib/vfs/path.c if (!is_relative && !IS_PATH_SEP (*appendfrom) && *appendfrom != '\0' \ is_relative 604 lib/vfs/path.c gboolean is_relative = vpath->relative && (element_index == 0); is_relative 611 lib/vfs/path.c if (!is_relative && (buffer->len == 0 || !IS_PATH_SEP (buffer->str[buffer->len - 1]))) is_relative 630 lib/vfs/path.c if ((!is_relative) is_relative 643 lib/vfs/path.c vfs_append_from_path (recode_buffer->str, is_relative); is_relative 647 lib/vfs/path.c vfs_append_from_path (element->path, is_relative);