Home
last modified time | relevance | path

Searched refs:bldtop_file (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm44 use OpenSSL::Test qw/:DEFAULT bldtop_file/;
87 # The latter would have bldtop_file() complain that setup() hasn't
89 my $configdata = bldtop_file("configdata.pm");
/third_party/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm44 use OpenSSL::Test qw/:DEFAULT bldtop_file/;
87 # The latter would have bldtop_file() complain that setup() hasn't
89 my $configdata = bldtop_file("configdata.pm");
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm21 @EXPORT_OK = (@Test::More::EXPORT_OK, qw(bldtop_dir bldtop_file
535 # To only get the bldtop_file and srctop_file functions.
536 use OpenSSL::Test qw/bldtop_file srctop_file/;
538 # To only get the bldtop_file function in addition to the default ones.
539 use OpenSSL::Test qw/:DEFAULT bldtop_file/;
566 =item B<bldtop_file LIST, FILENAME>
571 C<bldtop_file> returns the resulting file path as a string, adapted to the local
578 sub bldtop_file { subroutine
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm21 @EXPORT_OK = (@Test::More::EXPORT_OK, qw(bldtop_dir bldtop_file
535 # To only get the bldtop_file and srctop_file functions.
536 use OpenSSL::Test qw/bldtop_file srctop_file/;
538 # To only get the bldtop_file function in addition to the default ones.
539 use OpenSSL::Test qw/:DEFAULT bldtop_file/;
566 =item B<bldtop_file LIST, FILENAME>
571 C<bldtop_file> returns the resulting file path as a string, adapted to the local
578 sub bldtop_file { subroutine

Completed in 4 milliseconds