Home
last modified time | relevance | path

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

12

/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/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/clang/tools/scan-build/libexec/
Dc++-analyzer3 use Cwd qw/ abs_path /;
Dccc-analyzer18 use Cwd qw/ getcwd abs_path /;
/external/ImageMagick/PerlMagick/t/zlib/
Dread.t13 use Cwd;
/external/ImageMagick/PerlMagick/demo/
Dtree.pl6 use Cwd;
/external/cldr/tools/c/genldml/
Dgenindex.pl12 use Cwd;
DfilterRB.pl16 use Cwd;
Dtxt2ldml.pl12 use Cwd;
/external/antlr/runtime/Perl5/t/lib/ANTLR/Runtime/
DTest.pm13 use Cwd;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp1502 SmallString<128> Cwd; in loadFile() local
1506 sys::fs::current_path(Cwd); in loadFile()
1507 Path.assign(Cwd.begin(), Cwd.end()); in loadFile()
/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/default/
DMakefile.PL.in27 use Cwd;
/external/ImageMagick/PerlMagick/
DMakefile.PL.in27 use Cwd;
/external/mesa3d/scripts/
Dget_reviewer.pl22 use Cwd;
/external/jemalloc_new/bin/
Djeprof.in74 use Cwd;
4576 my $prog = Cwd::abs_path(shift);
/external/u-boot/scripts/
Dget_maintainer.pl20 use Cwd;

12