Searched defs:fRecursive (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp62 bool fRecursive; member in struct:RTGZIPCMDOPTS
468 Opts.fRecursive = false;
509 if (Opts.fRecursive)
555 case 'r': Opts.fRecursive = true; break;
H A DRTDbgSymCache.cpp74 bool fRecursive; member in struct:RTDBGSYMCACHEADDCFG
746 if (pCfg->fRecursive)
999 if (!pCfg->fRecursive)
1104 * @param fRecursive Whether to process directories recursively.
1108 static RTEXITCODE rtDbgSymCacheAddFileOrDir(const char *pszPath, const char *pszCache, bool fRecursive, argument
1112 Cfg.fRecursive = fRecursive;
1190 bool fRecursive = false; local
1206 fRecursive = true;
1210 fRecursive
[all...]
/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp77 bool fRecursive; member in struct:RTPATHRMCMDOPTS
438 if (pOpts->fRecursive)
558 Opts.fRecursive = true;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp1483 * @param fRecursive Whether to recurse into subdirectories.
1487 bool fRecursive, PRTERRINFO pErrInfo)
1571 if ( fRecursive
1580 fRecursive, pErrInfo);
1597 * @param fRecursive See SUPR3HardenedVerifyDir.
1601 DECLHIDDEN(int) supR3HardenedVerifyDir(const char *pszDirPath, bool fRecursive, bool fCheckFiles, PRTERRINFO pErrInfo) argument
1631 if (fCheckFiles || fRecursive)
1636 fRecursive, pErrInfo);
1486 supR3HardenedVerifyDirRecursive(char *pszDirPath, size_t cchDirPath, PSUPR3HARDENEDFSOBJSTATE pFsObjState, bool fRecursive, PRTERRINFO pErrInfo) argument
H A DSUPLib.cpp1598 SUPR3DECL(int) SUPR3HardenedVerifyDir(const char *pszDirPath, bool fRecursive, bool fCheckFiles, PRTERRINFO pErrInfo) argument
1610 int rc = supR3HardenedVerifyDir(pszDirPath, fRecursive, fCheckFiles, pErrInfo);
1615 NOREF(pszDirPath); NOREF(fRecursive); NOREF(fCheckFiles);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp143 bool fRecursive = false; local
151 fRecursive = true;
169 VBoxServiceVerbose(4, "[Dir %s]: Removing with uFlags=0x%x, fRecursive=%RTbool\n",
170 szDir, uFlags, fRecursive);
176 if (fRecursive)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp2757 bool fRecursive = false; local
2766 fRecursive = true;
2796 fRecursive ? "Recursively removing" : "Removing",
2800 if (fRecursive)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshlobj.h1289 BOOL fRecursive; member in struct:_SHChangeNotifyEntry
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dshlobj.h1260 BOOL fRecursive; member in struct:_SHChangeNotifyEntry

Completed in 93 milliseconds