Home
last modified time | relevance | path

Searched refs:Cwd (Results 1 – 24 of 24) sorted by relevance

/external/curl/tests/
Dpathhelp.pm54 use Cwd 'abs_path';
135 return Cwd::getcwd() unless os_is_win();
306 $path = Cwd::abs_path($path);
418 $path = Cwd::abs_path($path);
Dsecureserver.pl35 use Cwd;
36 use Cwd 'abs_path';
Dsshserver.pl29 use Cwd;
30 use Cwd 'abs_path';
Dtestcurl.pl63 use Cwd;
Druntests.pl71 use Cwd;
/external/llvm/utils/
Dtest_debuginfo.pl20 use Cwd;
58 my $path = dirname(Cwd::abs_path($0));
/external/clang/tools/scan-build/bin/
Dscan-build25 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/tools/scan-build/libexec/
Dc++-analyzer3 use Cwd qw/ abs_path /;
Dccc-analyzer18 use Cwd qw/ getcwd abs_path /;
/external/clang/utils/analyzer/
DSATestBuild.py206 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/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
DTest.pm13 use Cwd;
/external/abi-dumper/
DMakefile.pl28 use Cwd qw(abs_path);
Dabi-dumper.pl45 use Cwd qw(abs_path cwd realpath);
/external/abi-compliance-checker/
DMakefile.pl32 use Cwd qw(abs_path);
Dabi-compliance-checker.pl58 use Cwd qw(abs_path cwd realpath);
/external/syslinux/utils/
Dmkdiskimage.in23 use Cwd;
/external/syslinux/bios/utils/
Dmkdiskimage23 use Cwd;
/external/icu/icu4c/source/tools/gensprep/
DfilterRFC3454.pl19 use Cwd;
/external/swiftshader/third_party/LLVM/tools/llvm-config/
Dllvm-config.in.in21 use Cwd 'abs_path';
/external/ImageMagick/PerlMagick/quantum/
DMakefile.PL.in27 use Cwd;
/external/ImageMagick/PerlMagick/
DMakefile.PL.in27 use Cwd;
/external/ImageMagick/PerlMagick/default/
DMakefile.PL.in27 use Cwd;
/external/mesa3d/scripts/
Dget_reviewer.pl22 use Cwd;
/external/abi-compliance-checker/modules/Internals/
DSysCheck.pm26 use Cwd qw(abs_path cwd);