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

123456

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DEntry.cpp94 // Exists
96 Entry::Exists() const function in class:Entry
100 return (FDManager::SetEntry(&bEntry, &entryRef) == B_OK && bEntry.Exists());
H A DEntry.h35 bool Exists() const;
/haiku/src/preferences/network/
H A DNetworkProfile.cpp112 BNetworkProfile::Exists() function in class:BNetworkProfile
114 return fEntry.Exists();
/haiku/src/bin/
H A Dopen.cpp79 if ((result = entry.InitCheck()) == B_OK && entry.Exists()) {
118 if (result == B_OK && entry.Exists()) {
131 if (result == B_OK && entry.Exists())
H A Dinstallsound.cpp82 if(get_ref_for_path(argv[2], &ref)!=B_OK || !BEntry(&ref, true).Exists()) {
/haiku/src/add-ons/print/drivers/postscript/
H A DPSEntry.cpp52 && BEntry(path.Path()).Exists()) {
/haiku/src/tests/kits/midi/
H A Dtest1.cpp14 if (!entry.Exists()) {
/haiku/headers/os/add-ons/network_settings/
H A DNetworkProfile.h28 bool Exists();
/haiku/src/apps/aboutsystem/
H A DHyperTextActions.cpp62 || !BEntry(&ref).Exists()) {
/haiku/src/servers/launch/
H A DAbstractEmptyDirectoryJob.cpp26 if (!entry.Exists()) {
/haiku/headers/private/shared/
H A DOpenWithTracker.h56 if (!entry.Exists())
/haiku/src/tests/system/kernel/
H A Dnode_monitor_test.cpp49 if (!entry.Exists()) {
/haiku/src/apps/text_search/
H A DGrepApp.cpp45 if (entry.Exists()) {
/haiku/src/bin/package_repo/
H A Dcommand_create.cpp168 if (!repositoryInfoEntry.Exists()) {
217 if (!entry.Exists()) {
/haiku/src/apps/deskbar/
H A DDeskbarUtils.cpp81 if (entry.Exists()) {
/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp53 if (fTargetEntry.Exists()) {
H A DPackageRoster.cpp177 if (repoCacheEntry.Exists())
206 if (repoConfigEntry.Exists())
366 if (!entry.Exists()) {
/haiku/src/tests/kits/net/
H A Dwlan_test.cpp60 if (!device.Exists()) {
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp92 && dirEntry.Exists()
132 if (!entry.Exists()) {
420 if (!entry.Exists())
/haiku/headers/os/storage/
H A DEntry.h51 bool Exists() const;
/haiku/headers/os/net/
H A DNetworkInterface.h69 bool Exists() const;
H A DNetworkDevice.h96 bool Exists() const;
/haiku/src/servers/media_addon/
H A DMediaFilePlayer.cpp33 || !BEntry(&ref).Exists())
/haiku/headers/build/os/storage/
H A DEntry.h52 bool Exists() const;
/haiku/src/apps/installer/
H A DUnzipEngine.cpp140 if (!descriptionEntry.Exists())
277 if (test.Exists() && test.IsDirectory()) {

Completed in 105 milliseconds

123456