Searched refs:Cwd (Results 1 – 25 of 30) 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;
|
/external/llvm-project/debuginfo-tests/llgdb-tests/ |
D | test_debuginfo.pl | 20 use Cwd; 58 my $path = dirname(Cwd::abs_path($0));
|
/external/llvm/utils/ |
D | test_debuginfo.pl | 20 use Cwd; 58 my $path = dirname(Cwd::abs_path($0));
|
/external/llvm-project/clang/tools/scan-build/bin/ |
D | scan-build | 24 use Cwd qw/ getcwd abs_path /; 488 my $JS = Cwd::realpath("$RealBin/../share/scan-build/sorttable.js"); 498 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css"); 971 my $ScanView = Cwd::realpath("$RealBin/scan-view"); 973 if (! -x $ScanView) { $ScanView = Cwd::realpath("$RealBin/../../scan-view/bin/scan-view"); } 1524 $Clang = Cwd::realpath("$RealBin/bin/clang") if (-f "$RealBin/bin/clang"); 1526 $Clang = Cwd::realpath("$RealBin/clang") if (-f "$RealBin/clang"); 1534 $Clang = Cwd::realpath("$RealBin/../../bin/clang"); 1934 my $AbsRealBin = Cwd::realpath($RealBin);
|
/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/llvm-project/clang/tools/scan-build/libexec/ |
D | c++-analyzer | 3 use Cwd qw/ abs_path /;
|
D | ccc-analyzer | 17 use Cwd qw/ getcwd abs_path /;
|
/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/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/ImageMagick/PerlMagick/demo/ |
D | tree.pl | 6 use Cwd;
|
/external/llvm-project/openmp/runtime/tools/lib/ |
D | Build.pm | 15 use Cwd qw{}; 205 my $cwd = Cwd::cwd();
|
D | tools.pm | 77 use Cwd (); 851 $real_path = Cwd::abs_path( $orig_path ); 1169 Cwd::chdir( $dir )
|
/external/cldr/tools/c/genldml/ |
D | genindex.pl | 12 use Cwd;
|
D | filterRB.pl | 16 use Cwd;
|
D | txt2ldml.pl | 12 use Cwd;
|
/external/toolchain-utils/compiler_wrapper/ |
D | disable_werror_flag.go | 129 Cwd: env.getwd(), 275 Cwd string `json:"cwd"` member
|
D | disable_werror_flag_test.go | 278 if loggedWarnings.Cwd != ctx.getwd() { 279 t.Fatalf("unexpected cwd. Got: %s", loggedWarnings.Cwd)
|
/external/antlr/runtime/Perl5/t/lib/ANTLR/Runtime/ |
D | Test.pm | 13 use Cwd;
|
/external/llvm-project/llvm/tools/llvm-rc/ |
D | ResourceFileWriter.cpp | 1514 SmallString<128> Cwd; in loadFile() local 1522 sys::fs::current_path(Cwd); in loadFile() 1523 Path.assign(Cwd.begin(), Cwd.end()); in loadFile()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | filterRFC3454.pl | 19 use Cwd;
|
12