Lines Matching full:cygwin
1 package File::Spec::Cygwin;
13 File::Spec::Cygwin - methods for Cygwin file specs
17 require File::Spec::Cygwin; # Done internally by File::Spec if needed
24 This module is still in beta. Cygwin-knowledgeable folks are invited
112 Override Unix. Cygwin case-tolerance depends on managed mount settings and
120 return 1 unless $^O eq 'cygwin'
121 and defined &Cygwin::mount_flags;
125 my @flags = split(/,/, Cygwin::mount_flags('/cygwin'));
135 my $mntopts = Cygwin::mount_flags($drive);