Lines Matching refs:rtDbgCfgLog1
254 static void rtDbgCfgLog1(PRTDBGCFGINT pThis, const char *pszFormat, ...)
611 rtDbgCfgLog1(pThis, "Trying '%s'...\n", pszPath);
616 rtDbgCfgLog1(pThis, "Found '%s'.\n", pszPath);
618 rtDbgCfgLog1(pThis, "Error opening '%s'.\n", pszPath);
621 rtDbgCfgLog1(pThis, "Error %Rrc opening '%s'.\n", rc2, pszPath);
706 rtDbgCfgLog1(pThis, "Successfully unpacked '%s' to '%s'.\n", pszSrcArchive, pszPath);
711 rtDbgCfgLog1(pThis, "Successfully ran unpacker on '%s', but '%s' is missing!\n", pszSrcArchive, pszPath);
723 rtDbgCfgLog1(pThis, "Error waiting for process: %Rrc\n", rc);
727 rtDbgCfgLog1(pThis, "Error starting unpack process '%s': %Rrc\n", papszArgs[0], rc);
821 rtDbgCfgLog1(pThis, "%Rrc on URL '%s'\n", rc, pszPath);
834 rtDbgCfgLog1(pThis, "%Rrc on URL '%s'\n", rc, pszPath);
856 rtDbgCfgLog1(pThis, "Trying '%s'...\n", pszPath);
859 rtDbgCfgLog1(pThis, "Found '%s'.\n", pszPath);
861 rtDbgCfgLog1(pThis, "Error opening '%s'.\n", pszPath);
863 rtDbgCfgLog1(pThis, "Error %Rrc opening '%s'.\n", rc, pszPath);
922 rtDbgCfgLog1(pThis, "Trying '%s'...\n", pszPath);
925 rtDbgCfgLog1(pThis, "Found '%s' via uuid mapping.\n", pszPath);
927 rtDbgCfgLog1(pThis, "Error opening '%s'.\n", pszPath);
929 rtDbgCfgLog1(pThis, "Error %Rrc opening '%s'.\n", rc2, pszPath);
963 rtDbgCfgLog1(pThis, "Trying '%s'...\n", pszPath);
966 rtDbgCfgLog1(pThis, "Found '%s'.\n", pszPath);
968 rtDbgCfgLog1(pThis, "Error opening '%s'.\n", pszPath);
970 rtDbgCfgLog1(pThis, "Error %Rrc opening '%s'.\n", rc2, pszPath);
1190 rtDbgCfgLog1(pThis, "Trying '%s'...\n", szPath);
1193 rtDbgCfgLog1(pThis, "Found '%s'.\n", szPath);
1195 rtDbgCfgLog1(pThis, "Error opening '%s'.\n", szPath);
1197 rtDbgCfgLog1(pThis, "Error %Rrc opening '%s'.\n", rc2, szPath);
1410 rtDbgCfgLog1(pThis, "Trying '%s'...\n", pszPath);
1415 rtDbgCfgLog1(pThis, "Found '%s'.\n", pszPath);
1417 rtDbgCfgLog1(pThis, "Error opening '%s'.\n", pszPath);
1420 rtDbgCfgLog1(pThis, "Error %Rrc opening '%s'.\n", rc2, pszPath);
1723 rtDbgCfgLog1(pThis, "Trying '%s'...\n", szPath);
1726 rtDbgCfgLog1(pThis, "Found '%s'.\n", szPath);
1728 rtDbgCfgLog1(pThis, "Error opening '%s'.\n", szPath);
1730 rtDbgCfgLog1(pThis, "Error %Rrc opening '%s'.\n", rc2, szPath);