Searched refs:entryIsDir (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/storage/mime/
H A DMimeEntryProcessor.cpp50 bool entryIsDir = false; local
51 status_t error = Do(entry, &entryIsDir);
55 if (entryIsDir) {
/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 DMimeUpdateThread.cpp191 bool entryIsDir = false; local
210 DoMimeUpdate(ref, &entryIsDir);
215 if (!err && fRecursive && entryIsDir) {
H A DMimeUpdateThread.h41 virtual status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir) = 0;

Completed in 49 milliseconds