Home
last modified time | relevance | path

Searched refs:countDir (Results 1 – 12 of 12) sorted by relevance

/dports/net/mailimporter/mailimporter-21.12.3/src/mailimporter/
H A Dfilters.cpp139 int countDir = 0; in countDirectory() local
150 countDir += countDirectory(QDir(dir.filePath(*filename)), searchHiddenDirectory) + 1; in countDirectory()
153 return countDir; in countDirectory()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/
H A Dk3bdirsizejob.cpp113 bool K3b::DirSizeJob::countDir( const QString& dir ) in countDir() function in K3b::DirSizeJob
142 if( !countDir( dir + *it + '/' ) ) in countFiles()
H A Dk3bdirsizejob.h56 bool countDir( const QString& dir );
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/replaygainscanner/
H A Dreplaygainfilelist.h58 int countDir( const QString& directory, bool recursive, int count = 0 );
H A Dreplaygainfilelist.cpp296 int ReplayGainFileList::countDir( const QString& directory, bool recursive, int count ) in countDir() function in ReplayGainFileList
312 count = countDir( directory + "/" + fileName, recursive, count ); in countDir()
499 const int count = countDir( directory.toLocalFile(), recursive ); in addDir()
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Dfilelist.h59 int countDir( const QString& directory, bool recursive, int count = 0 );
H A Dfilelist.cpp236 int FileList::countDir( const QString& directory, bool recursive, int count ) in countDir() function in FileList
252 count = countDir( directory + "/" + fileName, recursive, count ); in countDir()
436 const int count = countDir( directory.toLocalFile(), recursive ); in addDir()
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpdf2john.pl111 my $countDir; # count of directories scanned
360 $countDir = 0;
1350 printf "%5d directories scanned\n", $countDir if $countDir;
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/
H A Dexiftool131 my $countDir; # count of directories scanned
507 $countDir = 0;
1832 printf "%5d directories scanned\n", $countDir if $countDir;
1866 if ($countDir or $totWr or $countFailed or $tot > 1 or $textOut or %countLink) {
1868 printf($o "%5d directories scanned\n", $countDir) if $countDir;
1877 …printf($o "%5d image files read\n", $count) if ($tot+$countFailed)>1 or ($countDir and not $totWr);
3781 ++$countDir;
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/
H A Dexiftool131 my $countDir; # count of directories scanned
503 $countDir = 0;
1824 printf "%5d directories scanned\n", $countDir if $countDir;
1858 if ($countDir or $totWr or $countFailed or $tot > 1 or $textOut or %countLink) {
1860 printf($o "%5d directories scanned\n", $countDir) if $countDir;
1869 …printf($o "%5d image files read\n", $count) if ($tot+$countFailed)>1 or ($countDir and not $totWr);
3751 ++$countDir;
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DFileMgrFuncs.h411 inline int countDir(const std::string dirName) in countDir() function
H A DBank.cpp65 using file::countDir;
785 int remainder = countDir(bankName); in removebank()