Lines Matching refs:Entity

221 	if ($FTYPE{$Entity} =~ /\w/) {
225 next if ($FTYPE{$Entity} eq "d");
233 $currPkgs = $PKGS{$Entity};
234 next if ($FTYPE{$Entity} eq "s");
235 $PKGS{$Entity} = "$currPkgs $thisPkg";
256 $PKGS{$Entity} = $FirstPackage[0];
259 $PKGS{$Entity} = $Package; # update PKGS database
268 $FTYPE{$Entity} = $FType; # update the FTYPE database
274 ($path, $base) = $Entity =~ /(.*\/)(.*)/;
275 push(@{$Struct->{"PATHS"}->{$base}}, $Entity);
277 $rellinkent = "$Entity;$RelEntity";
280 $MODE{$Entity} = $Mode if $Mode ne ""; # update MODE database
292 ($Entity, $RelEntity) = split(/;/, $rellinkent);
293 $AbsLink = &GetAbsLink($Entity, $RelEntity);
294 $ABSLINK{$Entity} = $AbsLink;
374 if (($Entity,$FType,$Class,$Maj,$Min,$Mode,$Owner,$Group,@Pkgs) =
382 } elsif (($Entity,$FType,$Class,$Mode,$Owner,$Group,@Pkgs) =
390 } elsif (($Entity,$FType,$Class,$Mode,$Owner,$Group,
399 } elsif (($Entity,$RelEntity,$FType,$Class,@Pkgs) =
415 if (($Part,$FType,$Class,$Entity,$Mode,$Owner,$Group) =
419 $Entity = "/$Entity";
422 $Entity = "$thisBaseDir/$Entity";
430 elsif (($Part,$FType,$Class,$Entity,$Mode,$Owner,$Group,$Size,$Checksum,$Modtime) =
435 $Entity = "/$Entity";
438 $Entity = "$thisBaseDir/$Entity";
442 elsif (($Part, $FType, $Class, $Entity, $RelEntity) =
447 $Entity = "/$Entity";
450 $Entity = "$thisBaseDir/$Entity";
467 if (($Entity,$FType,$Class,$Maj,$Min,$Mode,$Owner,$Group,@Pkgs) =
475 } elsif (($FType,$Class,$Entity,$Mode,$Owner,$Group) =
483 } elsif (($FType,$Class,$Entity,$Mode,$Owner,$Group) =
491 } elsif (($FType,$Class,$Entity,$RelEntity) =