HomeSort by: relevance | last modified time | path
    Searched refs:abs_path (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
c++-analyzer 3 use Cwd qw/ abs_path /;
6 use lib dirname(abs_path($0));
  /src/crypto/external/apache2/openssl/dist/test/recipes/
04-test_nodefltctx.t 12 use Cwd qw(abs_path);
17 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "null.cnf"));
04-test_encoder_decoder_legacy.t 15 use Cwd qw(abs_path);
23 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers"));
24 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
95-test_external_krb5.t 13 use Cwd qw(abs_path);
24 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers"));
25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
30-test_defltfips.t 15 use Cwd qw(abs_path);
33 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips.cnf"));
37 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips-alt.cnf"));
41 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips.cnf"));
46 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips-alt.cnf"));
50 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
05-test_pbe.t 16 use Cwd qw(abs_path);
25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
90-test_includes.t 7 use Cwd qw(abs_path);
20 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers"));
39 local $ENV{LIBPATH} = abs_path(bldtop_dir("."))
04-test_asn1_stable_parse.t 13 use Cwd qw(abs_path);
95-test_external_tlsfuzzer.t 13 use Cwd qw(abs_path);
24 $ENV{TESTDATADIR} = abs_path(data_dir());
90-test_threads.t 13 use Cwd qw(abs_path);
23 my $config_path = abs_path(srctop_file("test", $no_fips ? "default.cnf"
  /src/crypto/external/bsd/openssl/dist/test/recipes/
04-test_nodefltctx.t 12 use Cwd qw(abs_path);
17 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "null.cnf"));
04-test_encoder_decoder_legacy.t 15 use Cwd qw(abs_path);
23 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers"));
24 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
95-test_external_krb5.t 13 use Cwd qw(abs_path);
24 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers"));
25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
30-test_defltfips.t 15 use Cwd qw(abs_path);
33 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips.cnf"));
37 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips-alt.cnf"));
41 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips.cnf"));
46 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips-alt.cnf"));
50 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
05-test_pbe.t 16 use Cwd qw(abs_path);
25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
04-test_asn1_stable_parse.t 13 use Cwd qw(abs_path);
90-test_threads.t 13 use Cwd qw(abs_path);
23 my $config_path = abs_path(srctop_file("test", $no_fips ? "default.cnf"
  /src/crypto/external/bsd/openssl/dist/util/
wrap.pl.in 13 use Cwd qw(abs_path);
15 "'" . abs_path(catfile($config{sourcedir},
29 use Cwd qw(abs_path);
31 "'" . abs_path(catfile($config{sourcedir}, 'test/fips-and-base.cnf')) . "'";
  /src/tests/lib/libc/c063/
t_faccessat.c 184 char abs_path[MAXPATHLEN * 2]; local
191 snprintf(abs_path, sizeof(abs_path), "%s/%s", cwd, FILE);
192 ATF_REQUIRE(faccessat(-1, abs_path, W_OK, 0) == 0);
206 char abs_path[MAXPATHLEN * 2]; local
213 snprintf(abs_path, sizeof(abs_path), "%s/%s", cwd, DIR);
214 ATF_REQUIRE(faccessat(dfd, abs_path, W_OK, 0) == 0);
227 char abs_path[MAXPATHLEN * 2]; local
232 snprintf(abs_path, sizeof(abs_path), "%s/%s", cwd, DIR)
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/
wrap.pl.in 13 use Cwd qw(abs_path);
15 "'" . abs_path(catfile($config{sourcedir},
62 use Cwd qw(abs_path);
64 "'" . abs_path(catfile($config{sourcedir}, 'test/fips-and-base.cnf')) . "'";
73 use Cwd qw(abs_path);
75 "'" . abs_path(catfile($config{sourcedir}, 'test/default-and-jitter.cnf')) . "'";
  /src/crypto/external/apache2/openssl/dist/test/
generate_ssl_tests.pl 14 use Cwd qw/abs_path/;
32 $input_file = abs_path(shift);
  /src/crypto/external/bsd/openssl/dist/test/
generate_ssl_tests.pl 14 use Cwd qw/abs_path/;
32 $input_file = abs_path(shift);
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/data/
write-test-data.pl 20 use Cwd qw( abs_path );
31 my $Dir = dirname( abs_path($0) );
  /src/external/mpl/bind/dist/bin/tests/system/
testsock.pl 18 use Cwd 'abs_path';
32 my $dir = dirname(abs_path($0));
  /src/external/bsd/tcpdump/dist/tests/
TESTrun 29 use Cwd qw(abs_path getcwd);
60 $testsdir = abs_path($testsdir);

Completed in 36 milliseconds

1 2