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

/haiku-fatelf/headers/build/os/storage/
H A DAppFileInfo.h68 status_t SetSupportedTypes(const BMessage *types, bool syncAll);
/haiku-fatelf/headers/os/storage/
H A DAppFileInfo.h76 status_t SetSupportedTypes(const BMessage *types, bool syncAll);
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp551 \a syncAll specifies whether the not longer supported types shall be
557 \param syncAll \c true to also synchronize the not longer supported
565 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool syncAll) argument
614 error = mimeType.SetSupportedTypes(types, syncAll);
/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp500 \a syncAll specifies whether the not longer supported types shall be
506 \param syncAll \c true to also synchronize the not longer supported
514 BAppFileInfo::SetSupportedTypes(const BMessage *types, bool syncAll) argument
564 // error = mimeType.SetSupportedTypes(types, syncAll);

Completed in 51 milliseconds