Searched defs:rcExit2 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp514 RTEXITCODE rcExit2 = gzipOpenInput(ValueUnion.psz, &Opts, &hVfsSrc); local
515 if (rcExit2 == RTEXITCODE_SUCCESS)
518 rcExit2 = gzipListFile(&hVfsSrc, &Opts);
520 rcExit2 = gzipTestFile(&hVfsSrc, &Opts);
524 rcExit2 = gzipOpenOutput(ValueUnion.psz, &Opts, &hVfsDst);
525 if (rcExit2 == RTEXITCODE_SUCCESS)
528 rcExit2 = gzipDecompressFile(&hVfsSrc, &Opts, &hVfsDst);
530 rcExit2 = gzipCompressFile(&hVfsSrc, &Opts, &hVfsDst);
536 if (rcExit2 != RTEXITCODE_SUCCESS)
537 rcExit = rcExit2;
[all...]
/vbox/src/bldprogs/
H A DVBoxDef2LazyLoad.cpp271 RTEXITCODE rcExit2 = parseInputInner(pInput, g_apszInputs[i]); local
273 if (rcExit2 == RTEXITCODE_SUCCESS && !g_pExpHead)
276 rcExit2 = RTEXITCODE_FAILURE;
278 if (rcExit2 != RTEXITCODE_SUCCESS)
279 rcExit = rcExit2;
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1112 RTEXITCODE rcExit2 = RemoveExtPackDir(szPath, true /*fTemporary*/); local
1113 if (rcExit2 == RTEXITCODE_SUCCESS)
1116 rcExit = rcExit2;
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp586 RTEXITCODE rcExit2 = findMembers(hFake, uModAddr, idxRefType, cWantedMembers, local
591 if (rcExit2 != RTEXITCODE_SUCCESS)
592 rcExit = rcExit2;
617 RTEXITCODE rcExit2 = findMembers(hFake, uModAddr, idxElementRefType, cWantedMembers, local
623 if (rcExit2 != RTEXITCODE_SUCCESS)
624 rcExit = rcExit2;
1042 RTEXITCODE rcExit2 = processPdb(pszDir); local
1043 if (rcExit2 != RTEXITCODE_SUCCESS)
1044 rcExit = rcExit2;
1063 RTEXITCODE rcExit2 local
1161 RTEXITCODE rcExit2; local
[all...]

Completed in 80 milliseconds