Lines Matching refs:path
374 my $path = $filepath[$i];
377 $path =~ s,.*/(.*/.*),$1,;;
378 $path =~ s,[/\-],_,g;;
379 my $fileref = "abi_file_".$path;
435 my $path = $f;
436 $path =~ s,.*/(.*/.*),$1,;;
437 $path =~ s,[/\-],_,g;;
438 $xref .= " <abi_file_" . $path . ">";
549 # Exclude /sys/kernel/debug and /sys/kernel/tracing from the search path
725 my $path = $file;
726 $path =~ s,(.*/).*,$1,;