Home
last modified time | relevance | path

Searched refs:mkpath (Results 1 – 25 of 27) sorted by relevance

12

/onnv-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c545 if (mkpath(get_PKGADM())) { in ckdirs()
556 if (mkpath(path)) { in ckdirs()
567 if (mkpath(path)) { in ckdirs()
576 if (mkpath(PKGSCR)) { in ckdirs()
585 if (mkpath(get_PKGLOC())) { in ckdirs()
616 if (mkpath(pkgloc)) { in ckpkgdirs()
625 if (mkpath(pkgbin)) { in ckpkgdirs()
634 if (mkpath(pkgsav)) { in ckpkgdirs()
643 if (!is_spool_create() && mkpath(saveSpoolInstallDir)) { in ckpkgdirs()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm112 mkpath($targetdir) unless $nonono;
176 mkpath($targetdir,0,0755) unless $nonono;
207 mkpath($dir,0,0755) unless $nonono;
433 mkpath($autodir,0,0755);
455 mkpath(dirname($to),0,0755);
H A DCommand.pm183 sub mkpath subroutine
186 File::Path::mkpath([@ARGV],0,0777);
H A DManifest.pm393 File::Path::mkpath([ $target ],! $Quiet,$Is_VMS ? undef : 0755);
399 File::Path::mkpath($dir,1,0755);
407 File::Path::mkpath(["$target/$dir"],! $Quiet,$Is_VMS ? undef : 0755);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm134 sub mkpath { subroutine
156 push(@created,mkpath($parent, $verbose, $mode));
H A DPath.t21 mkpath($path);
/onnv-gate/usr/src/cmd/abi/appcert/scripts/
H A Dappcert.pl199 if (! mkpath($working_dir) || ! -d $working_dir) {
223 if (! mkpath($dir) || ! -d $dir) {
235 if (! mkpath($tmp_dir, 0, 0700) || ! -d $tmp_dir) {
239 if (! mkpath($tmp_dir)) {
H A DAppcertUtil.pm944 if (! mkpath($dir, 0, 0700) || ! -d $dir) {
949 if (! mkpath($dir) || ! -d $dir) {
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.pm220 mkpath($autodir,0,0755);
286 mkpath($modnamedir,0,0777);
332 mkpath($modnamedir,0,0777);
H A Dlib.t30 mkpath [$Auto_Dir];
H A DAutoLoader.t23 mkpath( $fulldir ) or die "Can't mkdir '$fulldir': $!";
H A Dwarnings.t90 mkpath($1);
H A DCPAN.pm553 eval { File::Path::mkpath($dotcpan);};
562 eval { File::Path::mkpath($symlinkcpan); };
984 File::Path::mkpath($self->{ID});
1253 if (-d $configpmdir or File::Path::mkpath($configpmdir)) {
1258 File::Path::mkpath($configpmdir);
1786 File::Path::mkpath($todir);
2342 File::Path::mkpath($aslocal_dir);
2587 File::Path::mkpath($aslocal_dir);
2708 File::Path::mkpath($aslocal_dir);
3967 File::Path::mkpath($packagedir);
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/
H A Dcwd.t95 mkpath([$Test_Dir], 0, 0777);
131 mkpath([$Test_Dir], 0, 0777);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A D00setup_dummy.t126 mkpath $dir;
H A DCommand.t146 mkpath();
H A DInstalled.t86 ok( mkpath('auto/FakeMod') );
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/Setup/
H A DRecurs.pm37 mkpath $dir;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A DIO.t86 if ( -d $fakedir or mkpath( $fakedir ))
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dinstallperl60 sub mkpath {
61 File::Path::mkpath(@_) unless $nonono;
255 -d $installbin || mkpath($installbin, $verbose, 0777);
376 mkpath($Config{installnwsystem}, 1, 0777);
382 mkpath($Config{installnwlcgi}, 1, 0777);
402 mkpath($installprivlib, $verbose, 0777);
403 mkpath($installarchlib, $verbose, 0777);
404 mkpath($installsitelib, $verbose, 0777) if ($installsitelib);
405 mkpath($installsitearch, $verbose, 0777) if ($installsitearch);
422 mkpath("$installarchlib/CORE", $verbose, 0777);
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Do.t16 mkpath( $path ) or skip_all( 'Cannot create fake module path' );
/onnv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c546 mkpath(char *p) in mkpath() function
620 if (access(basedir, F_OK) == 0 || mkpath(basedir)) { in mkbasedir()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm128 eval { File::Path::mkpath($ans); }; # dies if it can't
476 File::Path::mkpath(File::Basename::dirname($mby));
/onnv-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c221 mkpath(char *path, mode_t mode) in mkpath() function
459 status = mkpath(fileName, 0744); in create_filename()
/onnv-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h218 extern int mkpath __P((char *p));

12