OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:result_dir
(Results
1 - 10
of
10
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/recipes/
20-test_rand_config.t
13
use OpenSSL::Test qw/:DEFAULT
result_dir
/;
90
my $
result_dir
=
result_dir
();
91
ok(run(app(["openssl", "rand", "-writerand", "$
result_dir
/$tmpfile.bin"])));
70-test_quic_multistream.t
9
use OpenSSL::Test qw/:DEFAULT srctop_file
result_dir
data_file/;
23
$qlog_output =
result_dir
("qlog-output");
70-test_sslkeylogfile.t
13
use OpenSSL::Test qw/:DEFAULT
result_dir
srctop_file bldtop_file/;
35
my $resultdir =
result_dir
();
90-test_sslapi.t
10
use OpenSSL::Test qw/:DEFAULT srctop_file srctop_dir bldtop_dir bldtop_file
result_dir
result_file/;
131
$ENV{OPENSSL_CONF_INCLUDE} =
result_dir
();
80-test_cmp_http.t
15
use OpenSSL::Test qw/:DEFAULT cmdstr data_file data_dir srctop_dir bldtop_dir
result_dir
/;
137
my $faillog_file = $ENV{HARNESS_FAILLOG} // "failed_client_invocations.txt"; # pathname relative to
result_dir
258
my $
result_dir
=
result_dir
();
277
$line =~ s{_RESULT_DIR}{$
result_dir
}g;
293
$line =~ s{-section,,}{-section,,-certout,$
result_dir
/test.cert.pem,}
322
$Mock_serverlog =
result_dir
()."/Mock_server_STDERR.txt";
80-test_ssl_old.t
16
use OpenSSL::Test qw/:DEFAULT with bldtop_file bldtop_dir srctop_file srctop_dir cmdstr data_file
result_dir
result_file/;
162
$ENV{OPENSSL_CONF_INCLUDE} =
result_dir
();
/src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_cmp_http.t
15
use OpenSSL::Test qw/:DEFAULT cmdstr data_file data_dir srctop_dir bldtop_dir
result_dir
/;
119
my $file = $ENV{HARNESS_FAILLOG}; # pathname relative to
result_dir
212
my $
result_dir
=
result_dir
();
231
$line =~ s{_RESULT_DIR}{$
result_dir
}g;
246
$line =~ s{-section,,}{-section,,-certout,$
result_dir
/test.cert.pem,};
273
my $pid = open($server_fh, "$cmd 2>".
result_dir
()."/error.txt |") or die "Trying to $cmd";
/src/external/apache2/llvm/dist/llvm/utils/
demangle_tree.py
121
result_dir
= os.path.dirname(mr.file)
122
result_entry = dir_results[
result_dir
]
/src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Test.pm
25
result_file
result_dir
674
=item B<
result_dir
LIST>
678
C<
result_dir
> returns the resulting directory as a string, adapted to the local
685
sub
result_dir
{
subroutine
710
my $f = catfile(
result_dir
(),@_);
/src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Test.pm
24
result_file
result_dir
655
=item B<
result_dir
>
657
C<
result_dir
> returns the directory where test output files should be placed
664
sub
result_dir
{
subroutine
687
return catfile(
result_dir
(),@_,$f);
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026