Searched refs:remove_tree (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/File-Path/t/ |
| H A D | Path.t | 346 $count = remove_tree( $dir, 0, $dir2, ); 354 $count = remove_tree( $dir, $dir2, 1 ); 362 $count = remove_tree( $dir, $dir2 ); 379 $count = remove_tree( $dir, $dir2 ); 407 remove_tree($dir2); 428 remove_tree($file2); 434 remove_tree($dir); 435 remove_tree($file); 571 is(_run_for_verbose(sub {@created = remove_tree( $dir_a, $dir_b, 630 my @created = remove_tree( [all …]
|
| H A D | Path_root.t | 8 use File::Path qw(rmtree mkpath make_path remove_tree); 91 remove_tree($tmp_base, $opts); 93 is(scalar(@{$x}), 0, "no error messages using remove_tree() with \$opts");
|
| H A D | FilePathTest.pm | 139 File::Path::remove_tree($least_deep, $opts);
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | installhtml | 8 use File::Path qw(remove_tree); 264 remove_tree(@splitdirs, {safe=>1}); 386 -d "$podroot/$dirname" and remove_tree("$podroot/$dirname", {safe=>1}); 444 -d "$poddir/$dir" and remove_tree("$poddir/$dir", {safe=>1});
|
| /openbsd-src/regress/usr.sbin/syslogd/ |
| H A D | args-dropped-filesystem.pl | 26 remove_tree($fspath, { safe => 1, keep_root => 1 });
|
| H A D | args-dropped-sigterm-filesystem.pl | 26 remove_tree($fspath, { safe => 1, keep_root => 1 });
|
| H A D | args-dropped-sighup-filesystem.pl | 26 remove_tree($fspath, { safe => 1, keep_root => 1 });
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/ |
| H A D | deprecate.t | 90 END { File::Path::remove_tree('lib') }
|
| /openbsd-src/gnu/usr.bin/perl/cpan/File-Path/lib/File/ |
| H A D | Path.pm | 247 sub remove_tree { subroutine
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | PkgCreate.pm | 1470 File::Path::remove_tree($state->{mandir});
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq5.pod | 1569 The L<File::Path> module, which comes with Perl, has a C<remove_tree> 1572 use File::Path qw(remove_tree); 1574 remove_tree( @directories );
|