Searched defs:strBucket (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic3.cpp178 void UIWizardExportAppPage3::setBucket(const QString &strBucket) argument
180 m_pBucketEditor->setText(strBucket);
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp60 Utf8Str strBucket; member in struct:VFSExplorer::Data
104 m->strBucket = aFilePath.substr(1, bpos - 1); /* The bucket without any slashes */
422 if (m->strBucket.isEmpty())
442 vrc = RTS3GetBucketKeys(hS3, m->strBucket.c_str(), &pKeys);
509 vrc = RTS3DeleteKey(hS3, m->strBucket.c_str(), (*it).c_str());

Completed in 75 milliseconds