Searched refs:Exists (Results 1 - 25 of 133) sorted by last modified time

123456

/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp339 || !entry.Exists()
/haiku/src/kits/tracker/
H A DFSUtils.cpp3125 if (entry.Exists())
3167 if (parentEntry.InitCheck() != B_OK || !parentEntry.Exists()) {
3175 if (!originalEntry.Exists()) {
H A DContainerWindow.cpp3665 if (!BEntry(path.Path()).Exists()) {
H A DTracker.cpp756 if (entry.InitCheck() != B_OK || !entry.Exists())
1168 if (entry.InitCheck() == B_OK && entry.Exists())
H A DFindPanel.cpp239 if (entry.Exists())
H A DNavMenu.cpp409 || !entry.Exists()) {
/haiku/src/apps/stylededit/
H A DStatusView.cpp288 if (status != B_OK || !entry.Exists())
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp496 while (BEntry(&adminDirectory, directoryName).Exists()) {
1530 if (targetEntry.Exists()) {
1563 if (targetEntry.Exists()) {
H A DVolume.cpp336 if (!BEntry(&packagesDirectory, kAdminDirectoryName).Exists()) {
348 if (createdAdminDirectory || flagFileEntry.Exists()) {
351 if (flagFileEntry.Exists())
/haiku/src/bin/desklink/
H A Ddesklink.cpp129 if (entry.Exists()) {
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp507 if (bookmarkBar.Exists() && bookmarkBar.GetRef(&bookmarkBarRef)
1009 if (!entry.Exists() || entry.GetPath(&path) != B_OK)
1966 if (status == B_OK && entry.Exists() == true) {
1986 while (entry.Exists()) {
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp337 if (entry.InitCheck() == B_OK && entry.Exists())
666 if (entry.InitCheck() != B_OK || !entry.Exists()) {
H A DInfoWindow.cpp326 && targetEntry.Exists()) {
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp3305 if (entry.Exists())
/haiku/src/apps/people/
H A DPeopleApp.cpp212 if (entry.Exists() && entry.GetRef(&ref) == B_OK)
/haiku/src/apps/mail/
H A DMailWindow.cpp1721 if (!entry.Exists()) {
1728 && folderEntry.Exists()) {
2476 if (!entry.Exists())
2703 if (!entry.Exists())
2761 if (!BEntry(path.Path()).Exists())
2947 if (entry.Exists()) {
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp682 if (!BEntry(&fileRef).Exists()) {
/haiku/src/apps/deskbar/
H A DStatusView.cpp504 if (entry.SetTo(path.String()) == B_OK && entry.Exists()) {
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp92 && dirEntry.Exists()
132 if (!entry.Exists()) {
420 if (!entry.Exists())
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1424 if (entry.InitCheck() != B_OK || !entry.Exists())
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp432 if(!entry.Exists())
437 if(!entry.Exists())
479 if(!folderEntry.Exists()) {
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp136 if (dir.InitCheck() != B_OK || !dir.Exists()) {
770 CHK(!entry.Exists());
2184 if (entry.Exists())
2186 CHK(!entry.Exists());
2203 return entry.Exists();
2641 if (entry.Exists()) {
3700 CHK(entry.Exists() == false);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1811 if (ErrorCode != B_OK || !Entry.Exists () || Entry.GetPath (&Path) != B_OK)
4100 if (!Entry.Exists ())
4111 if (!Entry.Exists ())
5980 mwcc -nwhitehorn */ && !Entry.Exists ()) ||
6791 if (ErrorCode != B_OK || !DirectoryEntry.Exists ())
/haiku/src/kits/package/manager/
H A DPackageManager.cpp125 if (error == B_OK && BEntry(path.Path()).Exists())
/haiku/src/kits/locale/
H A DLocaleRoster.cpp569 if (!entry.Exists())

Completed in 241 milliseconds

123456