Searched refs:SetSignature (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/headers/private/locale/
H A DDefaultCatalog.h47 void SetSignature(const entry_ref &catalogOwner);
/haiku-fatelf/headers/build/os/storage/
H A DAppFileInfo.h59 status_t SetSignature(const char *signature);
/haiku-fatelf/headers/private/app/
H A DRosterPrivate.h43 status_t SetSignature(team_id team, const char *mimeSig) const function in class:BRoster::Private
/haiku-fatelf/src/servers/registrar/mime/
H A DUpdateMimeInfoThread.cpp146 err = appFileInfoWrite.SetSignature(signature);
148 err = appFileInfoWrite.SetSignature(NULL);
/haiku-fatelf/headers/os/storage/
H A DAppFileInfo.h66 status_t SetSignature(const char *signature);
/haiku-fatelf/src/bin/
H A Dsettype.cpp230 error = appInfo.SetSignature(signature);
/haiku-fatelf/src/build/libbe/storage/mime/
H A DUpdateMimeInfoThread.cpp261 err = appFileInfoWrite.SetSignature(signature);
264 err = appFileInfoWrite.SetSignature(NULL);
/haiku-fatelf/src/tests/kits/storage/
H A DAppFileInfoTest.cpp410 return info.SetSignature(value.type.c_str());
1267 CHK(appFileInfo.SetSignature(testAppSignature1) == B_OK);
1277 CHK(appFileInfo.SetSignature(testAppSignature2) == B_OK);
1287 // status_t SetSignature(const char *signature)
1294 CHK(appFileInfo.SetSignature(NULL) == B_OK);
1306 CHK(appFileInfo.SetSignature(testAppSignature1) == B_NO_INIT);
1314 CHK(appFileInfo.SetSignature(invalidTestType) == B_OK);
1330 CHK(appFileInfo.SetSignature(NULL) == B_OK);
1332 CHK(appFileInfo.SetSignature(tooLongTestType) == B_BAD_VALUE);
1442 CHK(appFileInfo.SetSignature(testAppSignature
[all...]
/haiku-fatelf/headers/build/os/app/
H A DRoster.h155 status_t SetSignature(team_id team, const char *mimeSig) const;
/haiku-fatelf/src/kits/locale/
H A DDefaultCatalog.cpp73 SetSignature(catalogOwner);
156 DefaultCatalog::SetSignature(const entry_ref &catalogOwner) function in class:BPrivate::DefaultCatalog
/haiku-fatelf/src/tools/locale/
H A DDefaultCatalog.cpp116 DefaultCatalog::SetSignature(const entry_ref &catalogOwner) function in class:BPrivate::DefaultCatalog
/haiku-fatelf/src/tests/kits/app/broster/
H A DBroadcastTester.cpp86 CHK(appFileInfo.SetSignature(signature) == B_OK);
H A DRosterWatchingTester.cpp88 CHK(appFileInfo.SetSignature(signature) == B_OK);
H A DFindAppTester.cpp112 CHK(appFileInfo.SetSignature(signature) == B_OK);
H A DLaunchTester.cpp156 CHK(appFileInfo.SetSignature(signature) == B_OK);
/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp274 // SetSignature
289 BAppFileInfo::SetSignature(const char *signature) function in class:BAppFileInfo
/haiku-fatelf/src/kits/app/
H A DApplication.cpp357 BRoster::Private().SetSignature(team, fAppName);
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp303 // SetSignature
318 BAppFileInfo::SetSignature(const char* signature) function in class:BAppFileInfo
/haiku-fatelf/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp699 status = info.SetSignature(fSignatureControl->Text());

Completed in 191 milliseconds