Home
last modified time | relevance | path

Searched refs:cmd_path (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-PL2Bat/t/
H A Dmake_executable.t76 … my $cmd_path = $ENV{ComSpec} || `where cmd`; # where doesn't seem to work on all windows versions
77 $_ =~ s/[\\\/][^\\\/]+$// for $perl_path, $cmd_path; # strip executable names
81 my $path_with_cwd = join $Config{path_sep}, @path_fallbacks, $cmd_path, $perl_path, cwd();
/openbsd-src/gnu/llvm/clang/utils/
H A Dcreduce-clang-crash.py38 def check_cmd(cmd_name, cmd_dir, cmd_path=None): argument
43 if cmd_path:
45 cmd_path = os.path.abspath(cmd_path)
46 cmd = find_executable(cmd_path)
49 sys.exit("ERROR: executable `%s` not found" % (cmd_path))