Home | History | Annotate | Download | only in abi-compliance-checker

Lines Matching full:include_paths

1425 my %Include_Paths = (
1944 foreach my $Path (split(/\s*\n\s*/, parseTag(\$Content, "include_paths")))
6462 push(@{$Include_Paths{$LibVersion}}, $Path);
6466 if(@{$Include_Paths{$LibVersion}}) {
8745 @IncPaths = @{$Include_Paths{$Version}};