Home
last modified time | relevance | path

Searched refs:make_path (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/File-Path/t/
H A DPath.t221 @created = make_path($tmp_base, $dir);
235 @created = make_path($tmp_base, $dir, $dir2);
263 @created = make_path(catdir(curdir(), $tmp_base));
342 @created = make_path( $dir, 0, $dir2 );
350 @created = make_path( $dir, $dir2, 1 );
358 @created = make_path( $dir, $dir2 );
375 @created = make_path( $dir, $dir2 );
398 @created = make_path($dir, {mask => 0700});
561 is(_run_for_verbose(sub {@created = make_path( $dir_a, $dir_b,
581 @created = make_path(
[all …]
H A DPath_root.t8 use File::Path qw(rmtree mkpath make_path remove_tree);
43 @created = make_path($dir, {owner => $max_user});
50 @created = make_path($dir, {group => $max_group});
57 @created = make_path( $dir, { user => $max_user,
72 make_path(
H A DPath_win32.t49 qr/Option\(s\) implausible on Win32 passed to mkpath\(\) or make_path\(\)/,
50 'make_path with final hashref warned due to options implausible on Win32'
H A Dtaint.t29 my @created = make_path(@dir);
/openbsd-src/gnu/usr.bin/perl/t/lib/
H A Ddeprecate.t24 File::Path::make_path(values %libdir);
68 File::Path::make_path($dir);
/openbsd-src/regress/usr.sbin/pkg_add/
H A Dmycreate27 File::Path::make_path(dirname($target));
H A Dmy25 File::Path::make_path("$root/pkgdb");
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/lib/
H A DTesting.pm17 use File::Path ( qw| make_path | );
322 make_path($targetdir) or die("Cannot mkdir $targetdir for testing: $!");
334 make_path($targetdir) or die "Could not make $targetdir for testing: $!";
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DAdd.pm496 $state->make_path($d, $fullname);
609 $state->make_path(dirname($destdir.$fullname), $fullname);
803 $state->make_path($destdir.$fullname, $fullname);
815 $state->make_path($destdir.$fullname, $fullname);
H A DPkgSign.pm62 File::Path::make_path($state->{output_dir})
H A DAddDelete.pm425 sub make_path($state, $path, $fullname) subroutine
H A DPkgCreate.pm634 File::Path::make_path($state->{mandir}.$d);
1481 File::Path::make_path($dir);
/openbsd-src/gnu/usr.bin/perl/
H A Dinstall_lib.pl159 File::Path::make_path(shift, {owner=>$opts{uid}, group=>$opts{gid},
/openbsd-src/bin/ksh/
H A Dpath.c38 make_path(const char *cwd, const char *file, in make_path() function
H A Dsh.h558 int make_path(const char *, const char *, char **, XString *, int *);
H A Dc_ksh.c110 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path); in c_cd()
/openbsd-src/gnu/usr.bin/perl/cpan/File-Path/lib/File/
H A DPath.pm80 sub make_path { subroutine
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlfunc.pod4470 the L<C<make_path>|File::Path/make_path( $dir1, $dir2, .... )> function