Searched refs:sbs_error (Results 1 – 1 of 1) sorted by relevance
1556 SBSApplicationLaunchError sbs_error = 0; in PrepareForAttach() local1563 sbs_error = SBSLaunchApplicationForDebugging (bundleIDCFStr, in PrepareForAttach()1571 if (sbs_error != SBSApplicationLaunchErrorSuccess) in PrepareForAttach()1573 err_str.SetError(sbs_error, DNBError::SpringBoard); in PrepareForAttach()1623 SBSApplicationLaunchError sbs_error = 0; in CleanupAfterAttach() local1626 sbs_error = SBSLaunchApplicationForDebugging (bundleIDCFStr, in CleanupAfterAttach()1634 if (sbs_error != SBSApplicationLaunchErrorSuccess) in CleanupAfterAttach()1636 err_str.SetError(sbs_error, DNBError::SpringBoard); in CleanupAfterAttach()2250 SBSApplicationLaunchError sbs_error = 0; in SBForkChildForPTraceDebugging() local2251 sbs_error = SBSLaunchApplicationForDebugging (bundleIDCFStr, in SBForkChildForPTraceDebugging()[all …]