Lines Matching refs:file
97 foreach $file (@ARGV)
99 my $iname = otoolD($file);
100 (defined $iname ? $iname : $file . "\n") =~ m'^(.*?([^/]+))\n$' or
103 $inames{$file} = $2;
107 foreach $file (@ARGV)
109 … my $call = "${::CC_PATH}install_name_tool$change -id \@loader_path/$inames{$file} $file";
115 foreach $file (@ARGV)
117 …ame_tool$change -id \@__________________________________________________$loc/$inames{$file} $file";
122 foreach $file (@ARGV)
124 my $call = "${::CC_PATH}otool -L $file";
135 $call = "${::CC_PATH}install_name_tool$change $file";