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

/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 61 milliseconds