Home
last modified time | relevance | path

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

/third_party/openssl/util/perl/OpenSSL/
DTest.pm550 return __bldtop_dir(@_); # This caters for operating systems that have
875 $directories{BLDAPPS} = $ENV{BIN_D} || __bldtop_dir("apps");
877 $directories{BLDFUZZ} = __bldtop_dir("fuzz");
879 $directories{BLDTEST} = $ENV{TEST_D} || __bldtop_dir("test");
923 sub __bldtop_dir { subroutine