Searched refs:Exists (Results 51 - 75 of 133) sorted by relevance

123456

/haiku/src/apps/expander/
H A DExpanderPreferences.cpp203 if (entry.Exists()) {
H A DExpanderSettings.cpp133 if (entry.Exists())
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp165 if (!entry.Exists())
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp176 if (!BEntry(path.Path()).Exists())
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp284 if (!BEntry(path.Path()).Exists())
/haiku/src/kits/tracker/
H A DTrackerScripting.cpp214 if (!entry.Exists())
/haiku/src/bin/
H A Dresattr.cpp178 if (!BEntry(outputFile).Exists()) {
H A Dramdisk.cpp185 if (error == B_OK && !entry.Exists())
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp643 if (!directoryEntry.Exists()) {
664 if (entry.Exists()) {
755 if (!BEntry(outputPath.Path()).Exists())
771 } while (entry.Exists());
H A DUtility.cpp105 } while (entry.Exists());
/haiku/src/servers/app/decorator/
H A DDecorManager.cpp285 if (!entry.Exists()) {
/haiku/src/build/libbe/storage/
H A DMimeType.cpp368 if (!entry.Exists())
H A DEntry.cpp347 BEntry::Exists() const function in class:BEntry
1052 if (!clobber && target.Exists())
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp148 if (!entry.Exists()) {
/haiku/src/apps/stylededit/
H A DStatusView.cpp288 if (status != B_OK || !entry.Exists())
/haiku/src/kits/storage/
H A DEntry.cpp186 BEntry::Exists() const function in class:BEntry
726 if (!clobber && target.Exists())
H A DVolume.cpp233 && entry.Exists()
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp192 if (entry.SetTo(path) == B_OK && entry.Exists()) {
673 if (entry.SetTo(path.Path()) == B_OK && entry.Exists()) {
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp510 if (entry.InitCheck() != B_OK || !entry.Exists())
544 if (entry.InitCheck() != B_OK || !entry.Exists())
/haiku/src/apps/deskbar/
H A DBarWindow.cpp124 && entry.Exists()
130 && entry.Exists()
/haiku/src/kits/print/
H A DPrinter.cpp420 if (driver.InitCheck() == B_OK && driver.Exists() && driver.IsFile())
/haiku/src/servers/launch/
H A DConditions.cpp458 || !entry.Exists())
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPManager.cpp251 if (!interface.Exists()) {
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp265 if (!sourceRepositoryEntry.Exists()) {
/haiku/src/kits/midi/
H A DSoftSynth.cpp170 if (!BEntry(path).Exists())

Completed in 155 milliseconds

123456