/haiku/src/build/libbe/storage/ |
H A D | Mime.cpp | 14 update_mime_info(const char* path, int recursive, int synchronous, int force) in update_mime_info() function
|
/haiku/headers/build/os/storage/ |
H A D | Mime.h | 26 int update_mime_info(const char *path, int recursive, int synchronous,
|
/haiku/headers/os/storage/ |
H A D | Mime.h | 35 int update_mime_info(const char* path, int recursive, int synchronous,
|
/haiku/src/bin/ |
H A D | mimeset.cpp | 123 status = update_mime_info(path, true, true, gForce); in process_file()
|
H A D | translate.cpp | 262 update_mime_info(fOutputPath.Path(), false, true, false); in Translate()
|
/haiku/src/kits/network/libnetservices/ |
H A D | FileRequest.cpp | 68 update_mime_info(fUrl.Path().String(), false, true, false); in _ProtocolLoop()
|
/haiku/docs/develop/kits/storage/ |
H A D | ToDo | 81 Location: update_mime_info(), create_app_meta_mime()
|
/haiku/docs/user/storage/ |
H A D | Mime.dox | 77 \fn int update_mime_info(const char* path, int recursive, int synchronous, 89 \param synchronous If not \c NULL update_mime_info() waits until the
|
/haiku/src/kits/storage/ |
H A D | Mime.cpp | 80 update_mime_info(const char* path, int recursive, int synchronous, int force) in update_mime_info() function
|
/haiku/src/kits/tracker/infowindow/ |
H A D | InfoWindow.cpp | 283 update_mime_info(path.Path(), true, false, force ? 2 : 1); in MessageReceived()
|
/haiku/src/tests/kits/storage/ |
H A D | MimeTypeTest.cpp | 3572 CHK(update_mime_info(file.name.c_str(), false, true, false) == B_OK); in UpdateMimeInfoTest() 3582 CHK(update_mime_info(file.name.c_str(), true, true, false) == B_OK); in UpdateMimeInfoTest() 3601 CHK(update_mime_info(file.name.c_str(), false, false, false) == B_OK); in UpdateMimeInfoTest() 3613 CHK(update_mime_info(file.name.c_str(), true, false, false) == B_OK); in UpdateMimeInfoTest() 3641 CHK(update_mime_info(file.name.c_str(), false, true, false) == B_OK); in UpdateMimeInfoTest() 3646 CHK(update_mime_info(file.name.c_str(), false, true, true) == B_OK); in UpdateMimeInfoTest() 3664 CHK(update_mime_info(testDir, false, true, false) == B_OK); in UpdateMimeInfoTest() 3680 CHK(update_mime_info(testDir, true, true, false) == B_OK); in UpdateMimeInfoTest() 3702 CHK(update_mime_info(files[0].name.c_str(), false, true, false) == B_OK); in UpdateMimeInfoTest()
|
/haiku/docs/develop/servers/registrar/ |
H A D | Protocols.rst | 776 perform an update_mime_info() call 808 - B_OK: The asynchronous update_mime_info() call has been successfully 843 - B_OK: The asynchronous update_mime_info() call has been successfully
|
/haiku/src/apps/mediaconverter/ |
H A D | MediaConverterApp.cpp | 318 update_mime_info(path.Path(), false, false, false); in _RunConvert()
|
/haiku/src/bin/unzip/ |
H A D | beos.c | 1328 retval = update_mime_info( fullname, FALSE, TRUE, TRUE ); in assign_MIME()
|
/haiku/src/kits/tracker/ |
H A D | Model.cpp | 1244 update_mime_info(path.Path(), 0, 1, force ? 2 : 0); in Mimeset()
|
H A D | FSUtils.cpp | 3493 update_mime_info(path.Path(), 0, 1, 1); in SniffIfGeneric()
|
H A D | PoseView.cpp | 7544 update_mime_info(path.Path(), false, false, false); in AddPoseRefToMessage() 8686 update_mime_info(path.Path(), true, false, force ? 2 : 1); in IdentifySelection()
|
/haiku/src/kits/app/ |
H A D | Roster.cpp | 2567 || update_mime_info(path.Path(), false, true, false) != B_OK in _GetFileType()
|
/haiku/src/apps/mail/ |
H A D | Content.cpp | 1973 update_mime_info(path.Path(), false, true, in Save()
|