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

/vbox/src/VBox/Runtime/testcase/
H A DtstMove.cpp81 bool fReplace = false; local
105 fReplace = true;
134 rc = RTPathRename(pszOld, pszNew, fReplace ? RTPATHRENAME_FLAGS_REPLACE : 0);
136 rc = RTDirRename( pszOld, pszNew, fReplace ? RTPATHRENAME_FLAGS_REPLACE : 0);
138 rc = RTFileRename(pszOld, pszNew, fReplace ? RTPATHRENAME_FLAGS_REPLACE : 0);
140 rc = RTFileMove( pszOld, pszNew, fReplace ? RTFILEMOVE_FLAGS_REPLACE : 0);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp749 bool fReplace = true; local
761 fReplace = false;
766 if (fReplace)
H A DVBoxManageMisc.cpp1111 bool fReplace = false; local
1124 fReplace = true;
1151 CHECK_ERROR2_RET(ptrExtPackFile, Install(fReplace, NULL, ptrProgress.asOutParam()), RTEXITCODE_FAILURE);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp649 * @param fReplace Whether to replace any existing ext pack.
653 const char *pszName, const char *pszMangledName, bool fReplace)
697 * Check that they don't exist at this point in time, unless fReplace=true.
702 if (!fReplace)
750 && fReplace
815 bool fReplace = false; local
866 fReplace = true;
914 pszName, pstrMangledName->c_str(), fReplace);
651 DoInstall2(const char *pszBaseDir, const char *pszCertDir, const char *pszTarball, const char *pszTarballDigest, RTFILE hTarballFile, RTFILE hTarballFileOpt, const char *pszName, const char *pszMangledName, bool fReplace) argument
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp181 bool fReplace; member in struct:EXTPACKINSTALLJOB
599 pJob->fReplace = aReplace != FALSE;
2538 HRESULT hrc = pJob->ptrExtPackMgr->i_doInstall(pJob->ptrExtPackFile, pJob->fReplace, &pJob->strDisplayInfo);

Completed in 79 milliseconds