Searched refs:DoMimeUpdate (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/build/private/storage/mime/
H A DUpdateMimeInfoThread.h24 status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir);
H A DMimeUpdateThread.h41 virtual status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir) = 0;
/haiku/src/servers/registrar/mime/
H A DCreateAppMetaMimeThread.cpp34 CreateAppMetaMimeThread::DoMimeUpdate(const entry_ref* ref, bool* _entryIsDir) function in class:BPrivate::Storage::Mime::CreateAppMetaMimeThread
H A DUpdateMimeInfoThread.cpp44 UpdateMimeInfoThread::DoMimeUpdate(const entry_ref* entry, bool* _entryIsDir) function in class:BPrivate::Storage::Mime::UpdateMimeInfoThread
H A DCreateAppMetaMimeThread.h34 virtual status_t DoMimeUpdate(const entry_ref* entry,
H A DUpdateMimeInfoThread.h34 virtual status_t DoMimeUpdate(const entry_ref* entry,
H A DMimeUpdateThread.h41 virtual status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir) = 0;
H A DMimeUpdateThread.cpp210 DoMimeUpdate(ref, &entryIsDir);

Completed in 56 milliseconds