Searched defs:iFile (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dunzipcmd.cpp336 uint32_t iFile = UINT32_MAX; local
338 || rtZipUnzipCmdIsNameInArray(pszName, pOpts->papszFiles, &iFile))
341 ASMBitSet(pbmFound, iFile);
360 for (uint32_t iFile = 0; iFile <pOpts->cFiles; iFile++)
361 if (!ASMBitTest(pbmFound, iFile))
363 RTMsgError("%s: Was not found in the archive", pOpts->papszFiles[iFile]);
H A Dtarcmd.cpp335 uint32_t iFile = UINT32_MAX; local
337 || rtZipTarCmdIsNameInArray(pszName, pOpts->papszFiles, &iFile) )
340 ASMBitSet(pbmFound, iFile);
355 for (uint32_t iFile = 0; iFile < pOpts->cFiles; iFile++)
356 if (!ASMBitTest(pbmFound, iFile))
358 RTMsgError("%s: Was not found in the archive", pOpts->papszFiles[iFile]);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp623 * @param iFile The file table index of the file to be verified.
630 static int supR3HardenedVerifyFileInternal(int iFile, bool fFatal, bool fLeaveFileOpen, bool fVerifyAll) argument
632 PCSUPINSTFILE pFile = &g_aSupInstallFiles[iFile];
633 PSUPVERIFIEDFILE pVerified = &g_aSupVerifiedFiles[iFile];
758 * @param iFile The file table index.
763 static int supR3HardenedVerifySameFile(int iFile, const char *pszFilename, bool fFatal) argument
765 PCSUPINSTFILE pFile = &g_aSupInstallFiles[iFile];
834 for (unsigned iFile = 0; iFile < RT_ELEMENTS(g_aSupInstallFiles); iFile
[all...]
/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp1231 int iFile = 0; local
1236 switch (iFile++)
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp538 uint32_t iFile; member in struct:RTDWARFLINESTATE::__anon16561
2366 const char *pszFile = pLnState->Regs.iFile < pLnState->cFileNames
2367 ? pLnState->papszFileNames[pLnState->Regs.iFile]
2405 pLnState->Regs.iFile = 1;
2496 pLnState->Regs.iFile = rtDwarfCursor_GetULeb128AsU32(pCursor, 0);
2497 Log2(("%08x: DW_LNS_set_file: iFile=%u\n", offOpCode, pLnState->Regs.iFile));

Completed in 92 milliseconds