Searched refs:update_mime_info (Results 1 - 16 of 16) sorted by last modified time

/haiku/src/kits/tracker/
H A DFSUtils.cpp3455 update_mime_info(path.Path(), 0, 1, 1);
H A DPoseView.cpp7579 update_mime_info(path.Path(), false, false, false);
8692 update_mime_info(path.Path(), true, false, force ? 2 : 1);
H A DModel.cpp1222 update_mime_info(path.Path(), 0, 1, force ? 2 : 0);
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp215 suite->addTest( new TC("BMimeType::update_mime_info() Test",
3487 // helper class for update_mime_info() tests
3545 // CHK(update_mime_info(NULL, true, true, false) == B_OK);
3549 // * update_mime_info()
3572 CHK(update_mime_info(file.name.c_str(), false, true, false) == B_OK);
3582 CHK(update_mime_info(file.name.c_str(), true, true, false) == B_OK);
3601 CHK(update_mime_info(file.name.c_str(), false, false, false) == B_OK);
3613 CHK(update_mime_info(file.name.c_str(), true, false, false) == B_OK);
3626 // As I understand this, calling update_mime_info() with force == true on a
3641 CHK(update_mime_info(fil
[all...]
/haiku/src/apps/mail/
H A DContent.cpp1973 update_mime_info(path.Path(), false, true,
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp283 update_mime_info(path.Path(), true, false, force ? 2 : 1);
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp318 update_mime_info(path.Path(), false, false, false);
/haiku/src/kits/network/libnetservices/
H A DFileRequest.cpp68 update_mime_info(fUrl.Path().String(), false, true, false);
/haiku/src/kits/app/
H A DRoster.cpp2567 || update_mime_info(path.Path(), false, true, false) != B_OK
/haiku/src/bin/
H A Dmimeset.cpp123 status = update_mime_info(path, true, true, gForce);
H A Dtranslate.cpp262 update_mime_info(fOutputPath.Path(), false, true, false);
/haiku/src/kits/storage/
H A DMime.cpp80 update_mime_info(const char* path, int recursive, int synchronous, int force) function
/haiku/src/bin/unzip/
H A Dbeos.c1313 /* Note: This will no longer be necessary in BeOS PR4; update_mime_info() */
1328 retval = update_mime_info( fullname, FALSE, TRUE, TRUE );
/haiku/src/build/libbe/storage/
H A DMime.cpp14 update_mime_info(const char* path, int recursive, int synchronous, int force) function
/haiku/headers/build/os/storage/
H A DMime.h26 int update_mime_info(const char *path, int recursive, int synchronous,
40 // values for the "force" parameter of update_mime_info() (Haiku only)
/haiku/headers/os/storage/
H A DMime.h21 /* values for the "force" parameter of update_mime_info() (Haiku only) */
35 int update_mime_info(const char* path, int recursive, int synchronous,

Completed in 240 milliseconds