is_relative 572 lib/vfs/path.c #define vfs_append_from_path(appendfrom, is_relative) \ is_relative 584 lib/vfs/path.c if (!is_relative && !IS_PATH_SEP (*appendfrom) && *appendfrom != '\0' \ is_relative 624 lib/vfs/path.c gboolean is_relative = vpath->relative && (element_index == 0); is_relative 631 lib/vfs/path.c if (!is_relative && (buffer->len == 0 || !IS_PATH_SEP (buffer->str[buffer->len - 1]))) is_relative 651 lib/vfs/path.c if ((!is_relative) is_relative 664 lib/vfs/path.c vfs_append_from_path (recode_buffer->str, is_relative); is_relative 669 lib/vfs/path.c vfs_append_from_path (element->path, is_relative);