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

/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h80 LocationInfo locInfo; // location info for the currently processed OVF member in struct:Appliance::Data
134 locInfo(aLocInfo),
146 const LocationInfo locInfo; member in struct:Appliance::TaskOVF
169 const LocationInfo &locInfo; // ptr to location info from Appliance::importFS() member in struct:Appliance::ImportStack
202 : locInfo(aLocInfo),
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp455 aPath = m->locInfo.strPath;
1219 if (task->locInfo.storageType == VFSType_File)
1221 else if (task->locInfo.storageType == VFSType_S3)
1230 if (task->locInfo.storageType == VFSType_File)
1232 else if (task->locInfo.storageType == VFSType_S3)
1241 if (task->locInfo.storageType == VFSType_File)
1243 else if (task->locInfo.storageType == VFSType_S3)
1279 void i_parseURI(Utf8Str strUri, LocationInfo &locInfo) argument
1284 locInfo.storageType = VFSType_File;
1289 locInfo
[all...]
H A DApplianceImplExport.cpp74 LocationInfo locInfo; local
75 i_parseURI(aLocation, locInfo);
347 Utf8Str strName = Utf8Str(locInfo.strPath).stripPath().stripSuffix();
423 Utf8Str strName = Utf8Str(locInfo.strPath).stripPath().stripSuffix();
687 i_parseURI(aPath, m->locInfo);
688 rc = i_writeImpl(ovfF, m->locInfo, progress);
1933 if (pTask->locInfo.strPath.endsWith(".ovf", Utf8Str::CaseInsensitive))
2003 int vrc = RTTarOpen(&tar, pTask->locInfo.strPath.c_str(), RTFILE_O_CREATE | RTFILE_O_WRITE | RTFILE_O_DENY_ALL);
2007 pTask->locInfo.strPath.c_str(), vrc);
2056 RTFileDelete(pTask->locInfo
[all...]
H A DApplianceImplImport.cpp92 i_parseURI(aFile, m->locInfo);
93 rc = i_readImpl(m->locInfo, progress);
786 rc = i_importImpl(m->locInfo, progress);
913 if (pTask->locInfo.strPath.endsWith(".ovf", Utf8Str::CaseInsensitive))
945 Utf8Str strMfFile = Utf8Str(pTask->locInfo.strPath).stripSuffix().append(".mf");
1023 rc = i_readFSImpl(pTask, pTask->locInfo.strPath, pShaIo, &storage);
1037 rc = i_readFSImpl(pTask, pTask->locInfo.strPath, pFileIo, &storage);
1070 int vrc = fssRdOnlyCreateInterfaceForTarFile(pTask->locInfo.strPath.c_str(), &pTarIo);
1114 hrc = setError(VBOX_E_FILE_ERROR, tr("Error reading OVA file '%s' (%Rrc)"), pTask->locInfo.strPath.c_str(), vrc);
1118 hrc = setError(VBOX_E_FILE_ERROR, tr("Could not open the OVA file '%s' (%Rrc)"), pTask->locInfo
1354 i_importImpl(const LocationInfo &locInfo, ComObjPtr<Progress> &progress) argument
[all...]

Completed in 1546 milliseconds