Searched refs:_entryIsDir (Results 1 - 9 of 9) sorted by relevance

/haiku/src/servers/registrar/mime/
H A DCreateAppMetaMimeThread.cpp34 CreateAppMetaMimeThread::DoMimeUpdate(const entry_ref* ref, bool* _entryIsDir) argument
39 return fCreator.Do(*ref, _entryIsDir);
H A DUpdateMimeInfoThread.cpp44 UpdateMimeInfoThread::DoMimeUpdate(const entry_ref* entry, bool* _entryIsDir) argument
49 return fUpdater.Do(*entry, _entryIsDir);
H A DCreateAppMetaMimeThread.h35 bool* _entryIsDir);
H A DUpdateMimeInfoThread.h35 bool* _entryIsDir);
/haiku/headers/private/storage/mime/
H A DAppMetaMimeCreator.h27 virtual status_t Do(const entry_ref& entry, bool* _entryIsDir);
H A DMimeInfoUpdater.h27 virtual status_t Do(const entry_ref& entry, bool* _entryIsDir);
H A DMimeEntryProcessor.h36 virtual status_t Do(const entry_ref& entry, bool* _entryIsDir)
/haiku/src/kits/storage/mime/
H A DAppMetaMimeCreator.cpp49 AppMetaMimeCreator::Do(const entry_ref& entry, bool* _entryIsDir) argument
57 if (_entryIsDir != NULL)
58 *_entryIsDir = isDir;
H A DMimeInfoUpdater.cpp91 MimeInfoUpdater::Do(const entry_ref& entry, bool* _entryIsDir) argument
98 if (!err && _entryIsDir)
99 *_entryIsDir = node.IsDirectory();

Completed in 108 milliseconds