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

123456

/haiku/src/apps/people/
H A DPeopleApp.cpp212 if (entry.Exists() && entry.GetRef(&ref) == B_OK)
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp316 if (!device.Exists()) {
505 if (!interface.Exists()) {
723 if (!interface.Exists()) {
/haiku/src/servers/package/
H A DVolume.cpp336 if (!BEntry(&packagesDirectory, kAdminDirectoryName).Exists()) {
348 if (createdAdminDirectory || flagFileEntry.Exists()) {
351 if (flagFileEntry.Exists())
H A DCommitTransactionHandler.cpp496 while (BEntry(&adminDirectory, directoryName).Exists()) {
1530 if (targetEntry.Exists()) {
1563 if (targetEntry.Exists()) {
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp441 if (origEntry.Exists()) {
H A DFilePlaylistItem.cpp533 if (!test.Exists())
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp310 if (!entry.Exists())
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp239 if (!entry.Exists() || !entry.IsFile())
/haiku/src/apps/text_search/
H A DGrepper.cpp181 if (!entry.Exists()) {
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp371 if (!entry.Exists() || entry.GetPath(&path) != B_OK) {
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp213 if (entry.Exists() && entry.GetRef(ref) == B_OK)
/haiku/src/bin/
H A Dcopyattr.cpp533 bool destExists = destEntry.Exists();
H A Dmountvolume.cpp454 if (!entry.Exists())
/haiku/src/kits/network/libnetapi/
H A DNetworkInterface.cpp210 BNetworkInterface::Exists() const function in class:BNetworkInterface
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp326 && targetEntry.Exists()) {
H A DGeneralInfoView.cpp337 if (entry.InitCheck() == B_OK && entry.Exists())
666 if (entry.InitCheck() != B_OK || !entry.Exists()) {
/haiku/src/kits/locale/
H A DLocaleRoster.cpp569 if (!entry.Exists())
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp936 || !bEntry.Exists()) {
1034 || !bEntry.Exists())) {
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp532 if (!entry.Exists())
650 if (pathEntry.InitCheck() == B_OK && pathEntry.Exists()) {
/haiku/src/servers/net/
H A DNetServer.cpp444 if (!interface.Exists()) {
757 if (!entry.Exists()) {
/haiku/src/tests/kits/app/broster/
H A DGetRecentTester.cpp1367 if (!BEntry(kTempDir).Exists()) {
1422 if (!BEntry(dirname).Exists())
1444 if (BEntry(kTempDir).Exists())
/haiku/src/apps/launchbox/
H A DMainWindow.cpp442 if (entry.Exists() && entry.GetRef(&ref) == B_OK)
/haiku/src/kits/tracker/
H A DFSClipboard.cpp432 if (!entry.Exists()) {
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp783 if (BEntry(&parent, superTypeName).Exists())
/haiku/src/preferences/time/
H A DZoneView.cpp586 if (entry.Exists()) {

Completed in 277 milliseconds

123456