Searched refs:ref (Results 76 - 100 of 722) sorted by relevance

1234567891011>>

/haiku/headers/os/storage/
H A DEntry.h24 entry_ref(const entry_ref& ref);
29 bool operator==(const entry_ref& ref) const;
30 bool operator!=(const entry_ref& ref) const;
31 entry_ref& operator=(const entry_ref& ref);
44 BEntry(const entry_ref* ref,
59 status_t SetTo(const entry_ref* ref,
64 status_t GetRef(entry_ref* ref) const;
115 status_t get_ref_for_path(const char* path, entry_ref* ref);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.h20 status_t StartWatching(const node_ref& ref);
21 status_t StopWatching(const node_ref& ref);
H A DUserSecurityContext.h26 Permissions GetNodePermissions(const node_ref& ref) const;
29 Permissions GetNodePermissions(const node_ref& ref,
/haiku/src/add-ons/kernel/file_systems/udf/
H A DDString.h25 DString(const DString &ref);
33 void SetTo(const DString &ref);
/haiku/src/apps/mediaconverter/
H A DMediaFileListView.h19 MediaFileListItem(BMediaFile* file, const entry_ref& ref);
38 const entry_ref& ref);
/haiku/src/tests/kits/app/broster/
H A DTeamForTester.cpp86 team_id TeamFor(entry_ref *ref) const
87 @case 1 ref is NULL
92 // R5: crashes when passing a NULL ref
100 team_id TeamFor(entry_ref *ref) const
101 @case 2 ref is not NULL, but no app with this ref is running
107 entry_ref ref; local
108 CHK(find_test_app("AppRunTestApp1", &ref) == B_OK);
109 CHK(roster.TeamFor(&ref) == B_ERROR);
113 team_id TeamFor(entry_ref *ref) cons
121 entry_ref ref; local
[all...]
/haiku/src/apps/resedit/
H A DResWindow.cpp17 ResWindow::ResWindow(const BRect &rect, const entry_ref *ref) argument
22 fView = new ResView(Bounds(), "resview", B_FOLLOW_ALL, B_WILL_DRAW, ref);
/haiku/headers/os/mail/
H A DMailDaemon.h32 status_t MarkAsRead(int32 account, const entry_ref& ref,
34 status_t FetchBody(const entry_ref& ref,
/haiku/headers/build/private/app/
H A DAppMisc.h23 status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
24 status_t get_app_ref(entry_ref *ref, bool traverse = true);
/haiku/src/apps/icon-o-matic/document/savers/
H A DBitmapSetSaver.cpp19 BitmapSetSaver::BitmapSetSaver(const entry_ref& ref) argument
20 : FileSaver(ref)
/haiku/headers/build/os/storage/
H A DEntry.h28 entry_ref(const entry_ref &ref);
33 bool operator==(const entry_ref &ref) const;
34 bool operator!=(const entry_ref &ref) const;
35 entry_ref &operator=(const entry_ref &ref);
46 BEntry(const entry_ref *ref, bool traverse = false);
60 status_t SetTo(const entry_ref *ref, bool traverse = false);
64 status_t GetRef(entry_ref *ref) const;
119 status_t get_ref_for_path(const char *path, entry_ref *ref);
H A DNode.h25 node_ref(const node_ref &ref);
27 bool operator==(const node_ref &ref) const;
28 bool operator!=(const node_ref &ref) const;
29 node_ref& operator=(const node_ref &ref);
31 bool operator<(const node_ref &ref) const;
52 BNode(const entry_ref *ref);
63 status_t SetTo(const entry_ref *ref);
112 status_t _SetTo(const entry_ref *ref, bool traverse);
/haiku/headers/private/storage/sniffer/
H A DCharStream.h48 CharStream(const CharStream &ref);
49 CharStream& operator=(const CharStream &ref);
/haiku/src/kits/tracker/
H A DNodeWalker.cpp133 TNodeWalker::TNodeWalker(const entry_ref* ref, bool includeTopDirectory) argument
141 fOriginalDirCopy(ref),
146 fJustFile = new BEntry(ref);
217 TNodeWalker::TNodeWalker(const entry_ref* ref) argument
225 fOriginalDirCopy(ref),
230 fJustFile = new BEntry(ref);
298 TNodeWalker::PushDirCommon(const entry_ref* ref) argument
300 fTopDir = new BDirectory(ref);
339 entry_ref ref; local
340 result = entry->GetRef(&ref);
350 GetNextRef(entry_ref* ref) argument
587 GetNextRef(entry_ref* ref) argument
670 GetNextRef(entry_ref* ref) argument
[all...]
H A DFavoritesMenu.cpp170 entry_ref ref; local
171 if (fContainer != NULL && fContainer->GetNextRef(&ref) == B_OK) {
172 Model model(&ref, true);
186 item->SetLabel(ref.name);
222 entry_ref ref; local
223 if (fItems.FindRef("refs", fIndex++, &ref) != B_OK)
226 Model model(&ref, true);
266 entry_ref ref; local
267 if (fItems.FindRef("refs", fIndex++, &ref) != B_OK)
273 bind2nd(std::equal_to<entry_ref>(), ref)
438 entry_ref ref; local
[all...]
H A DDesktopPoseView.cpp69 const entry_ref* ref)
74 Model sourceModel(ref, false, true);
111 DesktopPoseView::InitDirentIterator(const entry_ref* ref) argument
113 return InitDesktopDirentIterator(this, ref);
164 DesktopPoseView::Represents(const node_ref* ref) const
169 return _inherited::Represents(ref);
174 DesktopPoseView::Represents(const entry_ref* ref) const
176 BEntry entry(ref);
247 entry_ref ref; local
248 if (entry.GetRef(&ref)
68 InitDesktopDirentIterator(BPoseView* nodeMonitoringTarget, const entry_ref* ref) argument
[all...]
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp51 node_ref ref; local
52 if (bookmark.GetNodeRef(&ref) == B_OK)
53 _AddItem(ref.node, &bookmark);
69 entry_ref ref; local
72 message->FindInt32("device", &ref.device);
73 message->FindInt64("directory", &ref.directory);
75 ref.set_name(name);
77 BEntry entry(&ref, true);
84 entry_ref ref; local
87 message->FindInt32("device", &ref
[all...]
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp60 const char* filename, const node_ref& ref)
65 fNodeRef(ref)
114 node_ref ref; local
128 dir.GetNodeRef(&ref);
130 if (watch_node(&ref, B_WATCH_DIRECTORY, this) != B_OK) {
151 node_ref ref; local
153 || msg->FindInt32("device", &ref.device) != B_OK
154 || msg->FindInt64("node", &ref.node) != B_OK)
165 _AddFile(filename.String(), ref);
170 if (watch_node(&ref, B_WATCH_DIRECTOR
59 InfoItem(const BString& name, const BString& version, const char* filename, const node_ref& ref) argument
175 node_ref ref; local
198 node_ref ref; local
360 node_ref ref; local
390 _AddFile(const char* filename, const node_ref& ref) argument
[all...]
/haiku/src/tests/kits/app/bmessage/
H A DMessageRefItemTest.h82 entry_ref ref; local
83 msg.FindRef(name, index, &ref);
84 return ref;
124 entry_ref ref; local
125 get_ref_for_path("/boot/beos/apps/camera", &ref);
126 return ref;
130 entry_ref ref; local
131 get_ref_for_path("/boot/develop/headers/be/Be.h", &ref);
132 return ref;
154 static bool Size(size_t size, entry_ref& ref) argument
[all...]
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h92 BMailFilterAction ProcessHeaderFetched(entry_ref& ref,
94 void NotifyBodyFetched(const entry_ref& ref,
96 BMailFilterAction ProcessMessageFetched(entry_ref& ref,
98 void NotifyMessageReadyToSend(const entry_ref& ref,
100 void NotifyMessageSent(const entry_ref& ref,
110 BMailFilterAction _ProcessHeaderFetched(entry_ref& ref,
112 void _NotifyBodyFetched(const entry_ref& ref,
134 virtual status_t FetchBody(const entry_ref& ref,
136 virtual status_t MarkMessageAsRead(const entry_ref& ref,
140 const entry_ref& ref, status_
[all...]
/haiku/src/kits/device/
H A DUSBRoster.cpp25 BMessenger *messenger, entry_ref *ref);
28 bool EntryCreated(entry_ref *ref);
60 entry_ref *ref)
68 BEntry entry(ref);
72 if (entry.IsDirectory() && directory.SetTo(ref) >= B_OK) {
76 if (entry.GetRef(ref) < B_OK)
80 fMessenger, ref);
91 if (strncmp(ref->name, "raw", 3) == 0)
128 WatchedEntry::EntryCreated(entry_ref *ref) argument
133 if (ref
59 WatchedEntry(BUSBRoster *roster, BMessenger *messenger, entry_ref *ref) argument
203 entry_ref ref; local
[all...]
/haiku/src/apps/showimage/
H A DImageCache.cpp34 entry_ref ref; member in struct:QueueEntry
87 ImageCache::RetrieveImage(const entry_ref& ref, int32 page, argument
92 CacheMap::iterator find = fCacheMap.find(std::make_pair(ref, page));
97 TRACE("requeue trace entry %s\n", ref.name);
106 QueueMap::iterator findQueue = fQueueMap.find(std::make_pair(ref, page));
116 TRACE("ignore entry %s\n", ref.name);
120 TRACE("add to queue %s\n", ref.name);
127 entry->ref = ref;
144 std::make_pair(entry->ref, entr
[all...]
/haiku/src/kits/storage/
H A DPath.cpp50 BPath::BPath(const entry_ref* ref) argument
55 SetTo(ref);
110 BPath::SetTo(const entry_ref* ref) argument
113 if (!ref)
117 fCStatus = _kern_entry_ref_to_path(ref->device, ref->directory,
118 ref->name, path, sizeof(path));
136 entry_ref ref;
137 fCStatus = entry->GetRef(&ref);
139 fCStatus = SetTo(&ref);
411 entry_ref ref; local
437 entry_ref ref; local
[all...]
/haiku/headers/private/shared/
H A DQueryFile.h17 BQueryFile(const entry_ref& ref);
25 status_t SetTo(const entry_ref& ref);
39 status_t WriteTo(const entry_ref& ref);
46 virtual status_t GetNextRef(entry_ref* ref);
/haiku/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.h15 void AnalyseEntry(const entry_ref& ref);

Completed in 223 milliseconds

1234567891011>>