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

123456

/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1424 if (entry.InitCheck() != B_OK || !entry.Exists())
/haiku/src/apps/deskbar/
H A DStatusView.cpp504 if (entry.SetTo(path.String()) == B_OK && entry.Exists()) {
/haiku/src/kits/app/
H A DRoster.cpp140 if (error == B_OK && !entry.Exists())
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp682 if (!BEntry(&fileRef).Exists()) {
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp3305 if (entry.Exists())
/haiku/src/kits/tracker/
H A DFindPanel.cpp239 if (entry.Exists())
H A DContainerWindow.cpp3665 if (!BEntry(path.Path()).Exists()) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp3027 if (FDManager::SetEntry(&entry, &ref) != B_OK || !entry.Exists())

Completed in 244 milliseconds

123456