Searched refs:refs (Results 26 - 27 of 27) sorted by last modified time

12

/haiku/src/add-ons/tracker/filetype/
H A DFileType.cpp14 process_refs(entry_ref dir, BMessage* refs, void* /*reserved*/) argument
16 be_roster->Launch("application/x-vnd.haiku-filetypes", refs);
/haiku/headers/private/shared/
H A DTrackerAddOnAppLaunch.h17 process_refs(entry_ref directory, BMessage* refs, void* reserved) argument
25 // The "refs" BMessage is a standard B_REFS_RECEIVED message whose
26 // "refs" array contains the entry_refs of the selected files.
29 refs->AddRef("dir_ref", &directory);
32 // It could be useful to know if an application got its refs as a
55 status = be_roster->Launch(&addonRef, refs);
66 be_roster->Launch(appInfo.signature, refs);

Completed in 45 milliseconds

12