Searched refs:strSrcFile (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/platform/
H A DUIDesktopServices.h26 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 DUIDesktopServices_darwin.cpp26 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 DApplianceImplImport.cpp1893 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 756 milliseconds