Searched refs:rmtree (Results 1 - 24 of 24) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
H A D | zz_cleanup_dummy.t | 18 rmtree('Big-Dummy'); 20 rmtree('Problem-Module'); 22 rmtree('dummy-install');
|
H A D | VERSION_FROM.t | 25 END { chdir File::Spec->updir; rmtree 'Odd-Version' }
|
H A D | hints.t | 53 rmtree ['hints'];
|
H A D | Command.t | 22 File::Path::rmtree( 'ecmddir' ); 213 File::Path::rmtree( 'ecmddir' );
|
H A D | Install.t | 36 END { rmtree 'blib' }
|
H A D | Installed.t | 85 rmtree 'auto/FakeMod'; 87 END { rmtree 'auto' }
|
H A D | Manifest.t | 67 rmtree('mantest');
|
H A D | basic.t | 45 END { rmtree '../dummy-install'; } 153 rmtree('elsewhere'); 193 rmtree('other'); 214 rmtree('other');
|
H A D | Constant.t | 72 rmtree($dir) unless $keep_files;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Path.t | 27 rmtree("mhx");
|
H A D | Path.pm | 12 rmtree(['foo/bar/baz', 'blurfl/quux'], 1, 1); 52 Similarly, the C<rmtree> function provides a convenient way to delete a 54 C<rmtree> takes three arguments: 67 a boolean value, which if TRUE will cause C<rmtree> to 75 a boolean value, which if TRUE will cause C<rmtree> to 87 B<NOTE:> If the third parameter is not TRUE, C<rmtree> is B<unsecure> 91 rmtree can be determined I<only> by trapping diagnostic messages 93 Therefore, you must be extremely careful about using C<rmtree($foo,$bar,0)> 124 our @EXPORT = qw( mkpath rmtree ); 169 sub rmtree { subroutine [all...] |
H A D | Temp.pm | 130 use File::Path qw/ rmtree /; 858 rmtree($dir, $DEBUG, 0); 885 # first on VMS turn []foo into [.foo] for rmtree 1276 the rmtree() function from the L<File::Path|File::Path> module.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | mkdir.t | 11 rmtree('blurfl');
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/Setup/ |
H A D | Recurs.pm | 50 rmtree($dir) || return;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/ |
H A D | mktemp.t | 96 rmtree($tmpdir);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | lib.t | 44 rmtree([$lib_dir[0]]);
|
H A D | AutoLoader.t | 168 rmtree $dir;
|
H A D | AutoSplit.t | 37 rmtree($incdir); 198 rmtree($dir);
|
H A D | warnings.t | 189 { rmtree $_ if -d $_ }
|
H A D | h2xs.t | 6 # This test depends on File::Path::rmtree() to clean up with. 18 use File::Path; # for cleaning up with rmtree() 215 rmtree($name);
|
H A D | CPAN.pm | 965 $self->debug("have to rmtree $dir, will free $self->{SIZE}{$dir}") 967 File::Path::rmtree($dir); 3908 File::Path::rmtree("tmp"); 3947 File::Path::rmtree($packagedir); 3981 File::Path::rmtree("tmp");
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/ |
H A D | cwd.t | 118 rmtree($test_dirs[0], 0, 0); 141 rmtree($test_dirs[0], 0, 0);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Command.pm | 9 use File::Path qw(rmtree); 95 rmtree([grep -e $_,@ARGV],0,0);
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/ |
H A D | grub2.py | 1787 shutil.rmtree(dest_theme_dir, ignore_errors=True) 1798 shutil.rmtree(dest_theme_dir, ignore_errors=True) 1832 shutil.rmtree(dest_theme_dir, ignore_errors=True) 1840 shutil.rmtree(dest_theme_dir, ignore_errors=True) 2610 shutil.rmtree(microconfig) 3091 shutil.rmtree(tmpdir, True)
|
Completed in 90 milliseconds