Lines Matching refs:signature

142 create_app(const char *filename, const char *signature,
155 if (signature)
156 CHK(appFileInfo.SetSignature(signature) == B_OK);
158 if (install && signature)
159 CHK(BMimeType(signature).Install() == B_OK);
160 // We write the signature into a separate attribute, just in case we
162 BString signatureString(signature);
163 file.WriteAttrString("signature", &signatureString);
197 check_app_type(const char *signature, const char *filename)
199 BMimeType type(signature);
235 set_type_app_hint(const char *signature, const char *filename)
237 BMimeType type(signature);
298 installed, app has no signature
314 installed, app has signature
347 app has signature
380 app has signature, app has no execute permission
413 two apps have the signature
448 two apps have the signature, one has a version info, the
485 two apps have the signature, both apps have a version info
523 with a different signature
567 a differently named app with this signature exists
600 @case 12 mimeType is app signature, not installed
687 installed, app has signature, app is trash
704 installed, app has signature, team is NULL
930 @case 20 launch two apps with the same signature:
988 @case 21 launch two apps with the same signature: B_SINGLE_LAUNCH
1131 @case 24 launch two apps with the same signature:
1176 @case 25 launch two apps with the same signature:
1226 @case 26 launch two apps with the same signature:
1273 @case 27 launch two apps with the same signature:
1321 no app with this signature exists
1342 link, no app with this signature exists
1376 without a signature, app will pass a different signature
1382 with the signature passed to the BApplication constructor.
1408 // R5 keeps appType1, Haiku updates the signature
1410 CHK(!strcmp(appInfo.signature, appType1));
1412 CHK(!strcmp(appInfo.signature, kDefaultTestAppSignature));
1507 installed, app has signature, NULL initialMsg
1600 installed, app has signature, NULL messageList
1634 installed, app has signature, empty messageList
1731 installed, app has signature, NULL args, argc is 0
1856 not installed, app exists and has signature
1895 app type is not installed, app exists and has signature
1932 signature
1970 type is not installed, app exists and has signature, file
1995 app exists and has signature
2073 type is not installed, app exists and has signature,
2142 @case 13 ref is valid and refers to an executable without signature
2162 CHK(!strcmp(appInfo.signature, kDefaultTestAppSignature));
2273 not installed, app exists and has signature
2312 app type is not installed, app exists and has signature
2349 signature
2387 type is not installed, app exists and has signature, file
2411 app exists and has signature
2489 type is not installed, app exists and has signature,
2525 type is not installed, app exists and has signature,
2597 @case 14 ref is valid and refers to an executable without signature
2617 CHK(!strcmp(appInfo.signature, kDefaultTestAppSignature));
2728 not installed, app exists and has signature
2767 app type is not installed, app exists and has signature
2804 signature
2842 type is not installed, app exists and has signature, file
2866 app exists and has signature
2951 type is not installed, app exists and has signature,
2986 type is not installed, app exists and has signature,
3056 @case 14 ref is valid and refers to an executable without signature
3076 CHK(!strcmp(appInfo.signature, kDefaultTestAppSignature));