Searched refs:bundleIDCFStr (Results 1 – 1 of 1) sorted by relevance
1546 CFStringRef bundleIDCFStr = CopyBundleIDForPath (app_bundle_path.c_str (), err_str); in PrepareForAttach() local1548 CFString::UTF8(bundleIDCFStr, bundleIDStr); in PrepareForAttach()1551 if (bundleIDCFStr == NULL) in PrepareForAttach()1563 sbs_error = SBSLaunchApplicationForDebugging (bundleIDCFStr, in PrepareForAttach()1578 return bundleIDCFStr; in PrepareForAttach()1595 CFStringRef bundleIDCFStr = (CFStringRef) attach_token; in CheckForProcess() local1598 got_it = SBSProcessIDForDisplayIdentifier(bundleIDCFStr, &attach_pid); in CheckForProcess()1624 CFStringRef bundleIDCFStr = (CFStringRef) attach_token; in CleanupAfterAttach() local1626 sbs_error = SBSLaunchApplicationForDebugging (bundleIDCFStr, in CleanupAfterAttach()2122 CFStringRef bundleIDCFStr = bundle.GetIdentifier(); in CopyBundleIDForPath() local[all …]