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 Dzz_cleanup_dummy.t18 rmtree('Big-Dummy');
20 rmtree('Problem-Module');
22 rmtree('dummy-install');
H A DVERSION_FROM.t25 END { chdir File::Spec->updir; rmtree 'Odd-Version' }
H A Dhints.t53 rmtree ['hints'];
H A DCommand.t22 File::Path::rmtree( 'ecmddir' );
213 File::Path::rmtree( 'ecmddir' );
H A DInstall.t36 END { rmtree 'blib' }
H A DInstalled.t85 rmtree 'auto/FakeMod';
87 END { rmtree 'auto' }
H A DManifest.t67 rmtree('mantest');
H A Dbasic.t45 END { rmtree '../dummy-install'; }
153 rmtree('elsewhere');
193 rmtree('other');
214 rmtree('other');
H A DConstant.t72 rmtree($dir) unless $keep_files;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.t27 rmtree("mhx");
H A DPath.pm12 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 DTemp.pm130 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 Dmkdir.t11 rmtree('blurfl');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/Setup/
H A DRecurs.pm50 rmtree($dir) || return;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
H A Dmktemp.t96 rmtree($tmpdir);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlib.t44 rmtree([$lib_dir[0]]);
H A DAutoLoader.t168 rmtree $dir;
H A DAutoSplit.t37 rmtree($incdir);
198 rmtree($dir);
H A Dwarnings.t189 { rmtree $_ if -d $_ }
H A Dh2xs.t6 # 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 DCPAN.pm965 $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 Dcwd.t118 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 DCommand.pm9 use File::Path qw(rmtree);
95 rmtree([grep -e $_,@ARGV],0,0);
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py1787 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