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

1 2

  /src/crypto/external/apache2/openssl/dist/test/recipes/
15-test_out_option.t 33 my $path = File::Spec->canonpath('./');
40 my $path = File::Spec->canonpath('randomname.bin');
55 my $path = File::Spec->canonpath($rand_path);
65 my $path = File::Spec->canonpath(File::Spec->devnull());
66-test_ossl_store.t 21 "-in", "testrsa.pem", "-sm2", canonpath("certs/sm2-root.crt"),
60-test_x509_store.t 14 use File::Spec::Functions qw/:DEFAULT canonpath/;
  /src/crypto/external/bsd/openssl/dist/test/recipes/
15-test_out_option.t 33 my $path = File::Spec->canonpath('./');
40 my $path = File::Spec->canonpath('randomname.bin');
55 my $path = File::Spec->canonpath($rand_path);
65 my $path = File::Spec->canonpath(File::Spec->devnull());
66-test_ossl_store.t 21 "-in", "testrsa.pem", "-sm2", canonpath("certs/sm2-root.crt"),
60-test_x509_store.t 14 use File::Spec::Functions qw/:DEFAULT canonpath/;
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
15-test_out_option.t 33 my $path = File::Spec->canonpath('./');
40 my $path = File::Spec->canonpath('randomname.bin');
55 my $path = File::Spec->canonpath($rand_path);
65 my $path = File::Spec->canonpath(File::Spec->devnull());
60-test_x509_store.t 14 use File::Spec::Functions qw/:DEFAULT canonpath/;
  /src/external/bsd/tcpdump/dist/tests/
TESTrun 86 my $winpath = File::Spec->canonpath($path);
237 my $winoutput = File::Spec->canonpath($output);
238 my $winnewdir = File::Spec->canonpath($newdir);
239 my $windiffdir = File::Spec->canonpath($diffdir);
271 my $winoutput = File::Spec->canonpath($output);
272 my $windiffdir = File::Spec->canonpath($diffdir);
273 my $canonstderrlog = File::Spec->canonpath($stderrlog);
315 my $windiffdir = File::Spec->canonpath($diffdir);
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
Configure_ac.pm 74 File::Spec->canonpath (File::Spec->catfile ($directory, 'configure.ac'));
76 File::Spec->canonpath (File::Spec->catfile ($directory, 'configure.in'));
FileUtils.pm 108 return File::Spec->canonpath ($file_name)
115 return File::Spec->canonpath (File::Spec->catfile ($path, $file_name))
  /src/crypto/external/bsd/openssl/dist/util/
wrap.pl.in 21 my $there = canonpath(catdir(dirname($0), updir()));
add-depends.pl 181 $line = canonpath($line);
236 $tail = canonpath($tail);
  /src/crypto/external/apache2/openssl/dist/util/
add-depends.pl 181 $line = canonpath($line);
236 $tail = canonpath($tail);
wrap.pl.in 53 my $there = canonpath(catdir(dirname($0), updir()));
  /src/crypto/external/bsd/openssl.old/dist/util/
add-depends.pl 144 $line = canonpath($line);
189 $tail = canonpath($tail);
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 209 File::Spec::Win32->canonpath($config{prefix}
216 INSTALLTOP_dir={- my $x = File::Spec::Win32->canonpath($prefix_dir);
232 File::Spec::Win32->canonpath($config{openssldir})
234 : File::Spec::Win32->canonpath("$mingw_commonroot/SSL");
240 OPENSSLDIR_dir={- my $x = File::Spec::Win32->canonpath($openssldir_dir);
254 ENGINESDIR_dir={- my $x = File::Spec::Win32->canonpath($enginesdir_dir);
windows-makefile.tmpl 117 our $prefix = canonpath($config{prefix}
122 INSTALLTOP_dir={- canonpath($prefix_dir) -}
136 canonpath($config{openssldir})
138 : canonpath("$win_commonroot\\SSL");
142 OPENSSLDIR_dir={- canonpath($openssldir_dir) -}
150 ENGINESDIR_dir={- canonpath($enginesdir_dir) -}
15-android.conf 39 $ndk = canonpath($ndk);
  /src/crypto/external/apache2/openssl/dist/
configdata.pm.in 334 my $buildfile = canonpath(catdir(@buildfile));
348 print " ", canonpath(catfile(@buildfile)),"\n";
355 print ' ',canonpath(catfile(@tmpl)),"\n";
  /src/crypto/external/bsd/openssl/dist/
configdata.pm.in 334 my $buildfile = canonpath(catdir(@buildfile));
348 print " ", canonpath(catfile(@buildfile)),"\n";
355 print ' ',canonpath(catfile(@tmpl)),"\n";
  /src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl 196 our $prefix = canonpath($config{prefix}
201 INSTALLTOP_dir={- canonpath($prefix_dir) -}
215 canonpath($config{openssldir})
217 : canonpath("$win_commonroot\\SSL");
221 OPENSSLDIR_dir={- canonpath($openssldir_dir) -}
238 MODULESDIR_dir={- canonpath($modulesdir_dir) -}
240 ENGINESDIR_dir={- canonpath($enginesdir_dir) -}
15-android.conf 40 $ndk = canonpath($ndk);
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 191 our $prefix = canonpath($config{prefix}
196 INSTALLTOP_dir={- canonpath($prefix_dir) -}
210 canonpath($config{openssldir})
212 : canonpath("$win_commonroot\\SSL");
216 OPENSSLDIR_dir={- canonpath($openssldir_dir) -}
233 MODULESDIR_dir={- canonpath($modulesdir_dir) -}
235 ENGINESDIR_dir={- canonpath($enginesdir_dir) -}
15-android.conf 39 $ndk = canonpath($ndk);

Completed in 39 milliseconds

1 2