Searched refs:rel_path (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/ |
| H A D | abs2rel.t | 44 my $rel_path = $first_file; 46 my $abs_path = File::Spec->rel2abs($rel_path); 48 ok(-f $rel_path, "'$rel_path' is readable by effective uid/gid"); 51 [ (stat $rel_path)[0..5] ], 62 my $rr_link = File::Spec->abs2rel($rel_path, $rel_base); 63 my $ra_link = File::Spec->abs2rel($rel_path, $abs_base);
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/Html/ |
| H A D | Util.pm | 194 my $rel_path = ''; 196 $rel_path = File::Spec::Unix->abs2rel( $dest, $source ); 199 if ($rel_path ne '' && substr( $rel_path, -1 ) ne '/') { 200 $rel_path .= "/$dest_file"; 202 $rel_path .= "$dest_file"; 205 return $rel_path;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 201 std::string rel_path; in GetFileByIndex() local 203 if (!prologue.getFileNameByIndex(idx, compile_dir, relative, rel_path, style)) in GetFileByIndex() 205 return std::move(rel_path); in GetFileByIndex()
|