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

12345

/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp76 if (!fileEntry.Exists())
H A DParseCommandLine.cpp297 if (entry.Exists()) {
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp294 if (!BEntry(path.Path()).Exists())
H A DSpamFilterConfig.cpp393 if (!BEntry(path.Path()).Exists())
/haiku-fatelf/src/apps/expander/
H A DExpanderPreferences.cpp194 if (entry.Exists()) {
H A DExpanderSettings.cpp127 if (entry.Exists())
/haiku-fatelf/src/apps/screenshot/
H A DUtility.cpp103 } while (entry.Exists());
H A DScreenshotWindow.cpp611 if (entry.Exists()) {
719 if (!BEntry(outputPath.Path()).Exists())
735 } while (entry.Exists());
/haiku-fatelf/src/apps/text_search/
H A DGrepper.cpp205 if (!entry.Exists()) {
/haiku-fatelf/src/bin/
H A Dresattr.cpp178 if (!BEntry(outputFile).Exists()) {
/haiku-fatelf/src/build/libbe/storage/
H A DMimeType.cpp368 if (!entry.Exists())
H A DEntry.cpp347 BEntry::Exists() const function in class:BEntry
1041 if (!clobber && target.Exists())
/haiku-fatelf/src/kits/device/
H A DUSBRoster.cpp192 if (!entry.Exists()) {
/haiku-fatelf/src/kits/print/
H A DPrinter.cpp419 if (driver.InitCheck() == B_OK && driver.Exists() && driver.IsFile())
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp277 if (!BEntry(path.Path()).Exists())
/haiku-fatelf/src/servers/app/decorator/
H A DDecorManager.cpp281 if (!entry.Exists()) {
/haiku-fatelf/src/tools/restest/
H A Drestest.cpp186 if (!entry.Exists() || !entry.IsFile())
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp504 if (entry.InitCheck() != B_OK || !entry.Exists())
538 if (entry.InitCheck() != B_OK || !entry.Exists())
H A DPlaylistWindow.cpp413 if (origEntry.Exists()) {
/haiku-fatelf/src/kits/storage/
H A DEntry.cpp186 BEntry::Exists() const function in class:BEntry
666 if (!clobber && target.Exists())
H A DVolume.cpp339 && entry.Exists()
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp189 if (entry.SetTo(path) == B_OK && entry.Exists()) {
670 if (entry.SetTo(path.Path()) == B_OK && entry.Exists()) {
/haiku-fatelf/src/apps/people/
H A DPeopleApp.cpp211 if (entry.Exists() && entry.GetRef(&ref) == B_OK)
/haiku-fatelf/src/build/libbe/storage/mime/
H A DUpdateMimeInfoThread.cpp145 if (!entry.Exists())
/haiku-fatelf/src/kits/tracker/
H A DSlowContextPopup.cpp227 || !entry.Exists()) {

Completed in 269 milliseconds

12345