Searched refs:app_bundle_path (Results 1 – 2 of 2) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.cpp | 1544 std::string app_bundle_path(path, app_ext + strlen(".app")); in PrepareForAttach() local 1546 CFStringRef bundleIDCFStr = CopyBundleIDForPath (app_bundle_path.c_str (), err_str); in PrepareForAttach() 1549 …f(LOG_PROCESS, "CopyBundleIDForPath (%s, err_str) returned @\"%s\"", app_bundle_path.c_str (), bun… in PrepareForAttach() 1696 std::string app_bundle_path(path, app_ext + strlen(".app")); in LaunchForDebug() local 1697 … if (SBLaunchForDebug (app_bundle_path.c_str(), argv, envp, no_stdio, launch_err) != 0) in LaunchForDebug() 2119 CopyBundleIDForPath (const char *app_bundle_path, DNBError &err_str) in CopyBundleIDForPath() argument 2121 CFBundle bundle(app_bundle_path); in CopyBundleIDForPath() 2129 if (::stat (app_bundle_path, &app_bundle_stat) < 0) in CopyBundleIDForPath() 2132 snprintf(err_msg, sizeof(err_msg), "%s: \"%s\"", err_str.AsString(), app_bundle_path); in CopyBundleIDForPath() 2139 …nprintf(err_msg, sizeof(err_msg), "failed to extract CFBundleIdentifier from %s", app_bundle_path); in CopyBundleIDForPath() [all …]
|
D | MachProcess.h | 80 …pid_t SBLaunchForDebug (const char *app_bundle_path, char const *argv[], char co…
|