Home
last modified time | relevance | path

Searched refs:direntry (Results 1 – 8 of 8) sorted by relevance

/trunk/main/solenv/bin/modules/installer/
H A Dsystemactions.pm1210 my $direntry;
1216 next if $direntry eq ".";
1219 if (( -d $direntry ) && ( $direntry =~ /^\s*\Q$startstring\E/ ))
1221 $dirname = $direntry;
1290 my $direntry;
1298 next if $direntry eq ".";
1321 my $direntry;
1351 my $direntry;
1381 my $direntry;
1411 my $direntry;
[all …]
/trunk/main/javainstaller2/src/Helpfiles/
H A Dcreate_helpfiles.pl103 my $direntry;
106 foreach $direntry (readdir (DIR))
108 next if $direntry eq ".";
109 next if $direntry eq "..";
110 next if ( ! ( $direntry =~ /\.\Q$ext\E\s*$/ ));
114 push(@content, $direntry);
/trunk/main/javainstaller2/src/Properties/
H A Dcreate_property.pl108 my $direntry;
111 foreach $direntry (readdir (DIR))
113 next if $direntry eq ".";
114 next if $direntry eq "..";
115 next if ( ! ( $direntry =~ /\.\Q$ext\E\s*$/ ));
119 push(@content, $direntry);
/trunk/main/icu/
H A Dcreatemak.pl760 my $direntry = shift;
763 if ( $direntry =~ /(.+)\.(.+)$/ ) {
768 $dir = $direntry;
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx619 FTPDirentry FTPURL::direntry() const in direntry() function in FTPURL
719 FTPDirentry aDirentry(direntry()); in mkdir()
797 FTPDirentry aDirentry(direntry()); in del()
H A Dftpurl.hxx132 FTPDirentry direntry() const throw(curl_exception);
H A Dtest_ftpurl.cxx232 ftp::FTPDirentry ade(url.direntry()); in test_ftpproperties()
H A Dftpcontent.cxx840 FTPDirentry aDirEntry = m_aFTPURL.direntry(); in getPropertyValues()

Completed in 4928 milliseconds