Home | History | Annotate | Download | only in MacOSX

Lines Matching defs:bundleID

2123     std::string bundleID;
2124 if (CFString::UTF8(bundleIDCFStr, bundleID) == NULL)
2146 DNBLogThreadedIf(LOG_PROCESS, "%s() extracted CFBundleIdentifier: %s", __FUNCTION__, bundleID.c_str());
2246 std::string bundleID;
2247 CFString::UTF8(bundleIDCFStr, bundleID);
2278 DNBLogThreadedIf(LOG_PROCESS, "%s() polling Springboard for pid for %s...", __FUNCTION__, bundleID.c_str());
2296 DNBLogError("failed to lookup the process ID for CFBundleIdentifier %s.", bundleID.c_str());
2301 DNBLogError("unable to launch the application with CFBundleIdentifier '%s' sbs_error = %u", bundleID.c_str(), sbs_error);