Lines Matching refs:dir

141 	# Make a tmp dir for the checking work.
151 my ($dir, $path_to_object);
155 # - $dir will be each one of these object directories.
158 # Output will be placed down in $dir, e.g. "$dir/check.foo"
169 while (defined($dir = next_dir_name())) {
171 # Map object output dir to actual path of the object:
172 $path_to_object = dir_name_to_path($dir);
181 static_check_object($path_to_object, $dir);
182 dynamic_check_object($path_to_object, $dir);
202 my ($path_to_object, $dir) = @_;
206 my $profile_file = "$dir/profile.static";
251 my $problems = "$dir/check.problems";
353 my ($path_to_object, $dir) = @_;
356 my $profile_file = "$dir/profile.dynamic";
485 $file = "$dir/check.problems";
499 $file = "$dir/check.dynamic.abi_models";
561 my $ldd_file = "$dir/profile.dynamic.ldd";
587 $file = "$dir/check.dynamic.$class";
604 $file = "$dir/check.problems";
935 my ($dir, $def, $key);
938 foreach $dir (@lib_index_loaded) {
940 $key = "$dir|$path_to_library|$abi";
944 $key = "$dir|$device/$inode|$abi";
967 # - $dir will be each one of these object directories.
970 # Output will usually be placed down in $dir, e.g. "$dir/check.foo"
974 my ($dir, $path_to_object);
987 while (defined($dir = next_dir_name())) {
989 # Map object output dir to actual path of the object:
990 $path_to_object = dir_name_to_path($dir);
997 misc_check($path_to_object, $dir);
1007 my ($path_to_object, $dir) = @_;
1014 $file = "$dir/profile.dynamic";
1158 my $problems = "$dir/check.problems";
1169 $problems = "$dir/check.demoted_symbols";
1295 my $problems = "$dir/check.problems";