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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1926 Utf8Str strManifestFile; //= queryManifestFileName(strTmpOvf); local
1927 // Utf8Str strManifestFile = queryManifestFileName(strTmpOvf);
1928 char *pszFilename = RTPathFilename(strManifestFile.c_str());
1933 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strManifestFile.c_str());
1935 filesList.push_back(pair<Utf8Str, ULONG>(strManifestFile, 0));

Completed in 62 milliseconds