Searched refs:listOfRefs (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DFSUtils.h197 _IMPEXP_TRACKER status_t FSOpenWith(BMessage* listOfRefs);
281 BMessage* listOfRefs);
H A DFSUtils.cpp3920 FSOpenWith(BMessage* listOfRefs) argument
3923 listOfRefs->what = B_REFS_RECEIVED;
3926 result = TrackerOpenWith(listOfRefs);
3946 FSLaunchUsing(const entry_ref* ref, BMessage* listOfRefs) argument
3949 if (listOfRefs == NULL) {
3952 listOfRefs = &temp;
3954 FSOpenWith(listOfRefs);

Completed in 45 milliseconds