Searched defs:strPassword (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/ |
H A D | UIWizardExportAppPageBasic3.cpp | 158 void UIWizardExportAppPage3::setPassword(const QString &strPassword) argument 160 m_pPasswordEditor->setText(strPassword);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIAddDiskEncryptionPasswordDialog.cpp | 81 /** Handles @s strPassword changes. */ 82 void sltPasswordChanged(const QString &strPassword); 94 /** Property: Defines the current @a strPassword of the editor. */ 95 void setPassword(const QString &strPassword) { QLineEdit::setText(strPassword); } argument 138 /** Returns whether passed @a strPassword is valid for medium with passed @a strMediumId. */ 139 bool isPasswordValid(const QString strMediumId, const QString strPassword); 200 void UIPasswordEditor::sltPasswordChanged(const QString &strPassword) argument 202 Q_UNUSED(strPassword); 380 const QString strPassword local 409 isPasswordValid(const QString strMediumId, const QString strPassword) argument [all...] |
/vbox/src/VBox/Main/include/ |
H A D | ApplianceImplPrivate.h | 46 Utf8Str strPassword; /* Password on remote storage locations (could be empty) */ member in struct:LocationInfo
|
H A D | GuestCtrlImplPrivate.h | 394 Utf8Str strPassword; member in class:GuestTask
|
/vbox/src/VBox/Main/src-server/ |
H A D | VFSExplorerImpl.cpp | 57 Utf8Str strPassword; member in struct:VFSExplorer::Data 97 m->strPassword = aPassword; 415 int vrc = RTS3Create(&hS3, m->strUsername.c_str(), m->strPassword.c_str(), 496 int vrc = RTS3Create(&hS3, m->strUsername.c_str(), m->strPassword.c_str(),
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageAppliance.cpp | 1215 com::Utf8Str strPassword; local 1219 RTEXITCODE rcExit = readPasswordFromConsole(&strPassword, "Password ID %s:", Utf8Str(bstrId).c_str()); 1226 bstrPassword = strPassword;
|
H A D | VBoxManageControlVM.cpp | 1287 Utf8Str strPassword; local 1314 RTEXITCODE rcExit = readPasswordFile(Value.psz, &strPassword); 1319 case 'W': strPassword = Value.psz; break; 1332 Bstr(strPassword).raw(),
|
H A D | VBoxManageDisk.cpp | 1813 Utf8Str strPassword; local 1823 RTEXITCODE rcExit = readPasswordFromConsole(&strPassword, "Enter password:"); 1829 RTEXITCODE rcExit = readPasswordFile(a->argv[1], &strPassword); 1849 CHECK_ERROR(hardDisk, CheckEncryptionPassword(Bstr(strPassword).raw()));
|
H A D | VBoxManageGuestCtrl.cpp | 109 Utf8Str strPassword; member in struct:GCTLCMDCTX 868 if (pCtx->strPassword.isEmpty()) 869 pCtx->strPassword = ValueUnion.psz; 877 rcExit = readPasswordFile(ValueUnion.psz, &pCtx->strPassword); 982 Bstr(pCtx->strPassword).raw(),
|
/vbox/src/VBox/Main/xml/ |
H A D | Settings.cpp | 671 Utf8Str strPassword; local 672 if (pelmImage->getAttributeValue("password", strPassword)) 673 med.properties["InitiatorSecret"] = strPassword;
|
Completed in 245 milliseconds