HomeSort by: relevance | last modified time | path
    Searched refs:rand_path (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/recipes/
15-test_out_option.t 48 my $rand_path = "";
51 $rand_path .= $chars[rand @chars] for 1..32;
52 } while (-d File::Spec->catdir('.', $rand_path));
53 $rand_path .= "/randomname.bin";
55 my $path = File::Spec->canonpath($rand_path);
  /src/crypto/external/bsd/openssl/dist/test/recipes/
15-test_out_option.t 48 my $rand_path = "";
51 $rand_path .= $chars[rand @chars] for 1..32;
52 } while (-d File::Spec->catdir('.', $rand_path));
53 $rand_path .= "/randomname.bin";
55 my $path = File::Spec->canonpath($rand_path);
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
15-test_out_option.t 48 my $rand_path = "";
51 $rand_path .= $chars[rand @chars] for 1..32;
52 } while (-d File::Spec->catdir('.', $rand_path));
53 $rand_path .= "/randomname.bin";
55 my $path = File::Spec->canonpath($rand_path);

Completed in 26 milliseconds