Lines Matching refs:path
413 my ($path) = @_;
416 return 1 if (/^$path$/);
419 my($filename, $dirs, $suffix) = fileparse($path);
468 my ($path) = @_;
470 if (may_leak_address($path)) {
471 printf("Path name may contain address: $path\n");
488 my $path = "$pwd/$file";
489 next if (-l $path);
492 next if (($path =~ /^\/proc\/[0-9]+$/) &&
493 ($path !~ /^\/proc\/1$/));
495 next if (skip($path));
497 check_path_for_leaks($path);
499 if (-d $path) {
500 push @dirs, $path;
504 dprint("parsing: $path\n");
505 timed_parse_file($path);
620 my $path = substr($line, 0, $index);
623 add_to_cache($paths, $path, substr($line, $index));
631 my $path = substr($line, 0, $index);
632 my $filename = basename($path);