Searched refs:syncAll (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/storage/
H A DAppFileInfo.h72 bool updateMimeDB, bool syncAll);
74 bool syncAll);
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp372 bool syncAll)
428 error = mimeType.SetSupportedTypes(types, syncAll);
436 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool syncAll) argument
438 return SetSupportedTypes(types, true, syncAll);
371 SetSupportedTypes(const BMessage* types, bool updateMimeDB, bool syncAll) argument
/haiku/src/kits/storage/
H A DAppFileInfo.cpp372 bool syncAll)
427 error = mimeType.SetSupportedTypes(types, syncAll);
434 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool syncAll) argument
436 return SetSupportedTypes(types, true, syncAll);
371 SetSupportedTypes(const BMessage* types, bool updateMimeDB, bool syncAll) argument

Completed in 96 milliseconds