Searched refs:fulldir (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.t22 my $fulldir = File::Spec->catdir( $dir, 'auto', 'Foo' );
23 mkpath( $fulldir ) or die "Can't mkdir '$fulldir': $!";
25 open(FOO, '>', File::Spec->catfile( $fulldir, 'foo.al' ))
34 open(BAR, '>', File::Spec->catfile( $fulldir, 'bar.al' ))
43 open(BAZ, '>', File::Spec->catfile( $fulldir, 'bazmarkhian.al' ))
52 open(BLECH, '>', File::Spec->catfile( $fulldir, 'blechanawilla.al' ))
62 open(BLECH, '>', File::Spec->catfile( $fulldir, 'blechanawil.al' ))
124 open(F, '>', File::Spec->catfile( $fulldir, 'a.al'))
134 open(F, '>', File::Spec->catfile( $fulldir, '
[all...]

Completed in 14 milliseconds