Searched refs:Cwd (Results 1 – 25 of 26) sorted by relevance
12
/external/curl/tests/ |
D | pathhelp.pm | 54 use Cwd 'abs_path'; 135 return Cwd::getcwd() unless os_is_win(); 306 $path = Cwd::abs_path($path); 418 $path = Cwd::abs_path($path);
|
D | secureserver.pl | 35 use Cwd; 36 use Cwd 'abs_path';
|
D | sshserver.pl | 29 use Cwd; 30 use Cwd 'abs_path';
|
D | testcurl.pl | 63 use Cwd;
|
D | runtests.pl | 71 use Cwd;
|
/external/llvm/utils/ |
D | test_debuginfo.pl | 20 use Cwd; 58 my $path = dirname(Cwd::abs_path($0));
|
/external/clang/tools/scan-build/bin/ |
D | scan-build | 25 use Cwd qw/ getcwd abs_path /; 466 my $JS = Cwd::realpath("$RealBin/../share/scan-build/sorttable.js"); 476 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css"); 1415 $Clang = Cwd::realpath("$RealBin/bin/clang") if (-f "$RealBin/bin/clang"); 1417 $Clang = Cwd::realpath("$RealBin/clang") if (-f "$RealBin/clang"); 1754 my $AbsRealBin = Cwd::realpath($RealBin); 1833 my $ScanView = Cwd::realpath("$RealBin/scan-view"); 1835 if (! -x $ScanView) { $ScanView = Cwd::realpath("$RealBin/../../scan-view/bin/scan-view"); }
|
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 206 Cwd = os.path.join(Dir, PatchedSourceDirName) 208 runScript(ScriptPath, PBuildLogFile, Cwd) 216 def runScript(ScriptPath, PBuildLogFile, Cwd): argument 221 check_call("chmod +x '%s'" % ScriptPath, cwd = Cwd, 225 check_call("'%s'" % ScriptPath, cwd = Cwd, stderr=PBuildLogFile,
|
/external/clang/tools/scan-build/libexec/ |
D | c++-analyzer | 3 use Cwd qw/ abs_path /;
|
D | ccc-analyzer | 18 use Cwd qw/ getcwd abs_path /;
|
/external/ImageMagick/PerlMagick/t/zlib/ |
D | read.t | 13 use Cwd;
|
/external/ImageMagick/PerlMagick/demo/ |
D | tree.pl | 6 use Cwd;
|
/external/cldr/tools/c/genldml/ |
D | genindex.pl | 12 use Cwd;
|
D | filterRB.pl | 16 use Cwd;
|
D | txt2ldml.pl | 12 use Cwd;
|
/external/antlr/runtime/Perl5/t/lib/ANTLR/Runtime/ |
D | Test.pm | 13 use Cwd;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | ResourceFileWriter.cpp | 1502 SmallString<128> Cwd; in loadFile() local 1506 sys::fs::current_path(Cwd); in loadFile() 1507 Path.assign(Cwd.begin(), Cwd.end()); in loadFile()
|
/external/swiftshader/third_party/LLVM/tools/llvm-config/ |
D | llvm-config.in.in | 21 use Cwd 'abs_path';
|
/external/icu/icu4c/source/tools/gensprep/ |
D | filterRFC3454.pl | 19 use Cwd;
|
/external/ImageMagick/PerlMagick/quantum/ |
D | Makefile.PL.in | 27 use Cwd;
|
/external/ImageMagick/PerlMagick/default/ |
D | Makefile.PL.in | 27 use Cwd;
|
/external/ImageMagick/PerlMagick/ |
D | Makefile.PL.in | 27 use Cwd;
|
/external/mesa3d/scripts/ |
D | get_reviewer.pl | 22 use Cwd;
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 74 use Cwd; 4576 my $prog = Cwd::abs_path(shift);
|
/external/u-boot/scripts/ |
D | get_maintainer.pl | 20 use Cwd;
|
12