Lines Matching refs:vrc
815 int vrc = RTR3InitExe(argc, &argv, 0);
816 if (RT_FAILURE(vrc))
821 return RTMsgInitFailure(vrc);
893 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs), " ");
894 if (RT_SUCCESS(vrc))
895 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs),
897 if (RT_FAILURE(vrc))
919 vrc = RTStrCopy(szExtractPath, sizeof(szExtractPath), ValueUnion.psz);
920 if (RT_FAILURE(vrc))
926 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs), " ");
927 if (RT_SUCCESS(vrc))
928 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs), ValueUnion.psz);
929 if (RT_FAILURE(vrc))
970 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs), " ");
971 if (RT_SUCCESS(vrc))
972 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs), ValueUnion.psz);
973 if (RT_FAILURE(vrc))
995 vrc = VERR_PARSE_ERROR;
999 if ( RT_SUCCESS(vrc)
1022 if ( RT_SUCCESS(vrc)
1034 if (RT_SUCCESS(vrc))
1042 vrc = RTPathTemp(szExtractPath, sizeof(szExtractPath));
1043 if (RT_SUCCESS(vrc))
1044 vrc = RTPathAppend(szExtractPath, sizeof(szExtractPath), "VirtualBox");
1045 if (RT_FAILURE(vrc))
1046 ShowError("Failed to determine extraction path (%Rrc)", vrc);
1059 if (RT_SUCCESS(vrc))
1061 vrc = FindData("MANIFEST", (PVOID *)&pHeader, NULL);
1062 if (RT_FAILURE(vrc))
1063 rcExit = ShowError("Internal package error: Manifest not found (%Rrc)", vrc);
1065 if (RT_SUCCESS(vrc))