Home
last modified time | relevance | path

Searched refs:syncAll (Results 1 – 5 of 5) 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) in SetSupportedTypes() argument
428 error = mimeType.SetSupportedTypes(types, syncAll); in SetSupportedTypes()
436 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool syncAll) in SetSupportedTypes() argument
438 return SetSupportedTypes(types, true, syncAll); in SetSupportedTypes()
/haiku/src/kits/storage/
H A DAppFileInfo.cpp372 bool syncAll) in SetSupportedTypes() argument
427 error = mimeType.SetSupportedTypes(types, syncAll); in SetSupportedTypes()
434 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool syncAll) in SetSupportedTypes() argument
436 return SetSupportedTypes(types, true, syncAll); in SetSupportedTypes()
/haiku/docs/user/storage/
H A DAppFileInfo.dox350 bool updateMimeDB, bool syncAll)
365 \a syncAll specifies whether the no longer supported types shall be
374 \param syncAll \c true to also synchronize the no-longer supported
387 bool syncAll)
402 \a syncAll specifies whether the no longer supported types shall be
408 \param syncAll \c true to also synchronize the no-longer supported
/haiku/docs/develop/kits/storage/
H A DAnnotations496 Location: SetSupportedTypes(const BMessage *types, bool syncAll)
497 Description: Crashes when passing a NULL BMessage and syncAll = true.