Searched refs:thisAppInfo (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp179 app_info thisAppInfo; local
180 if ((be_app->GetAppInfo(&thisAppInfo) != B_OK)
181 || ((strcmp(appInfo.signature, thisAppInfo.signature) != 0)
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp361 app_info thisAppInfo; local
362 if ((be_app->GetAppInfo(&thisAppInfo) != B_OK)
363 || ((strcmp(appInfo.signature, thisAppInfo.signature) != 0)

Completed in 38 milliseconds