Lines Matching refs:path
31 my $path = $ENV{'INPATH'} . "/";
400 my $path = shift;
401 $path =~ /.+\\(.+)$/;
409 my $path = shift;
435 …next if ( (-d "$path$sep$file") || ($file =~ /.+(_|\~|dep|h|in|mak|pl|txt|vcproj|rc)$/) || ($file …
436 parse_header_deps($path,$file,\@header_deps,\%local_header_hash);
437 …handle_dep_to_other_directory($path,$file,\@header_deps,$$ref_vcproj{$file}) if ($$ref_vcproj{$fil…
449 my $path = shift;
454 my $fullpath = $path . $sep . $cfile;
471 my $header_fullpath = $path . "\\" . $header;
487 my $path = shift;
491 my $search_path = $path . "\\" . $path_additional;
509 my $path = shift;
531 print_flags($path,$extra_mak,"AdditionalLinkObjects");
535 print_link_template($path,$outfile);
548 my $path = shift;
550 my $filename = getFilenameFromPath($path);
744 print "PATH=$path OUTFILE=$outfile\n" if ($is_debug);