Home
last modified time | relevance | path

Searched refs:gForce (Results 1 – 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dmimeset.cpp33 int gForce = B_UPDATE_MIME_INFO_NO_FORCE; variable
80 AppMetaMimeCreator appMetaMimeCreator(sDatabase, NULL, gForce); in process_file_with_custom_mime_db()
81 MimeInfoUpdater mimeInfoUpdater(sDatabase, NULL, gForce); in process_file_with_custom_mime_db()
123 status = update_mime_info(path, true, true, gForce); in process_file()
125 status = create_app_meta_mime(path, true, true, gForce); in process_file()
178 gForce = B_UPDATE_MIME_INFO_FORCE_KEEP_TYPE; in main()
181 gForce = B_UPDATE_MIME_INFO_FORCE_UPDATE_ALL; in main()