Home | History | Annotate | Download | only in Commands

Lines Matching refs:new_path

657             char new_path[PATH_MAX];
664 new_exec_module_sp->GetFileSpec().GetPath(new_path, PATH_MAX);
665 result.AppendMessageWithFormat("Executable module set to \"%s\".\n", new_path);
673 new_exec_module_sp->GetFileSpec().GetPath (new_path, PATH_MAX);
676 old_path, new_path);