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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/
H A Dfind.t110 sub CheckDie($) { subroutine
117 CheckDie( open(my $T,'>',$_[0]) );
121 CheckDie( mkdir($_[0],$_[1]) );
307 CheckDie(chdir( dir_path('for_find')));
314 CheckDie( symlink(':fb',':fa:fsl') ) if $symlink_exists;
316 CheckDie( symlink('../fb','fa/fsl') ) if $symlink_exists;
648 CheckDie( symlink( dir_path('dangling_dir'),
653 CheckDie( symlink('dangling_file', ':fa:dangling_file_sl') );
655 CheckDie( symlink('../dangling_file','fa/dangling_file_sl') );
696 CheckDie( symlin
[all...]

Completed in 14 milliseconds