Home
last modified time | relevance | path

Searched refs:filesExist (Results 1 – 25 of 36) sorted by relevance

12

/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/cups/
H A DcupsFactory.cpp46 bool cupsLogsExist = cupsLogMode->filesExist(); in createLogModeAction()
47 bool cupsAccessLogsExist = cupsAccessLogMode->filesExist(); in createLogModeAction()
48 bool cupsPageLogsExist = cupsPageLogMode->filesExist(); in createLogModeAction()
49 bool cupsPdfLogsExist = cupsPdfLogMode->filesExist(); in createLogModeAction()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/samba/
H A DsambaFactory.cpp44 const bool sambaLogsExist = sambaLogMode->filesExist(); in createLogModeAction()
45 const bool sambaAccessLogsExist = sambaAccessLogMode->filesExist(); in createLogModeAction()
46 const bool sambaNetbiosLogsExist = sambaNetbiosLogMode->filesExist(); in createLogModeAction()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/apache/
H A DapacheFactory.cpp41 const bool apacheLogsExist = apacheLogMode->filesExist(); in createLogModeAction()
42 const bool apacheAccessLogsExist = apacheAccessLogMode->filesExist(); in createLogModeAction()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DSmartPlaylistDirectory.cpp313 bool filesExist = false; in GetPlaylistByName() local
315filesExist = CDirectory::GetDirectory("special://musicplaylists/", list, ".xsp", DIR_FLAG_DEFAULTS… in GetPlaylistByName()
317filesExist = CDirectory::GetDirectory("special://videoplaylists/", list, ".xsp", DIR_FLAG_DEFAULTS… in GetPlaylistByName()
318 if (filesExist) in GetPlaylistByName()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/tools/anttasks/
H A DFileCompare.java136 private boolean filesExist(File oldFile, File newFile) { in filesExist() method in FileCompare
179 if (filesExist(oldFile, newFile)) { in execute()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/daemon/
H A DdaemonFactory.cpp25 if (!logMode->filesExist()) { in createLogModeAction()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/authentication/
H A DauthenticationFactory.cpp25 if (!logMode->filesExist()) { in createLogModeAction()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/kernel/
H A DkernelFactory.cpp25 if (!logMode->filesExist()) { in createLogModeAction()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/system/
H A DsystemFactory.cpp25 if (!logMode->filesExist()) { in createLogModeAction()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/audit/
H A DauditFactory.cpp20 if (!logMode->filesExist()) { in createLogModeAction()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/xorg/
H A DxorgFactory.cpp25 if (!logMode->filesExist()) { in createLogModeAction()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/acpid/
H A DacpidFactory.cpp25 if (!logMode->filesExist()) { in createLogModeAction()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/xsession/
H A DxsessionFactory.cpp25 if (!logMode->filesExist()) { in createLogModeAction()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/postfix/
H A DpostfixFactory.cpp25 if (!logMode->filesExist()) { in createLogModeAction()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/cron/
H A DcronFactory.cpp25 if (!logMode->filesExist()) { in createLogModeAction()
/dports/www/owncloud/owncloud/apps/files/lib/Command/
H A DTransferOwnership.php69 private $filesExist = false; variable in OCA\\Files\\Command\\TransferOwnership
188 if (!$this->filesExist and !$this->foldersExist) {
261 $this->filesExist = true;
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/lib/
H A DlogMode.h76 bool filesExist() const;
H A DlogMode.cpp58 bool LogMode::filesExist() const in filesExist() function in LogMode
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/download/
H A DDownloadManager.java351 filesExist(); in filesExist() method
363 filesExist( in filesExist() method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/disk/
H A DDiskManager.java81 filesExist(); in filesExist() method
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/skycpt/
H A Dcptcompiler.cpp478 bool filesExist = true; in doCompile() local
486 filesExist = false; in doCompile()
491 if (filesExist) { in doCompile()
/dports/games/scummvm/scummvm-2.5.1/devtools/skycpt/
H A Dcptcompiler.cpp478 bool filesExist = true; in doCompile() local
486 filesExist = false; in doCompile()
491 if (filesExist) { in doCompile()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/
H A DgeneralConfigurationWidget.cpp130 if (!mode->filesExist()) { in isValid()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/log/
H A DLogBufferPoolTest.java169 assertFalse("There should be no files", fileManager.filesExist()); in testBufferFlush()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/disk/impl/
H A DDiskManagerImpl.java472 if (filesExist (move_to_dir)) { in startSupport()
492 if (!files_exist) {files_exist = this.filesExist();} in startSupport()
698 filesExist() in filesExist() method in DiskManagerImpl
700 return( filesExist( download_manager.getAbsoluteSaveLocation().getParent())); in filesExist()
704 filesExist( in filesExist() method in DiskManagerImpl

12