Searched refs:strSrcFile (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/platform/ |
H A D | UIDesktopServices.h | 26 static bool createMachineShortcut(const QString &strSrcFile, const QString &strDstPath, const QString &strName, const QString &strUuid);
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | UIDesktopServices_darwin.cpp | 26 bool UIDesktopServices::createMachineShortcut(const QString &strSrcFile, const QString &strDstPath, const QString &strName, const QString &strUuid) argument 28 return ::darwinCreateMachineShortcut(::darwinToNativeString(strSrcFile.toUtf8().constData()),
|
/vbox/src/VBox/Main/src-server/ |
H A D | ApplianceImplImport.cpp | 1893 const Utf8Str &strSrcFile = s.first; local 1895 char *pszFilename = RTPathFilename(strSrcFile.c_str()); 1900 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strSrcFile.c_str());
|
Completed in 3209 milliseconds