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

/vbox/src/VBox/Storage/
H A DVD.cpp8147 RTUUID ImageUuid, ImageModificationUuid; local
8161 rc = pImageFrom->Backend->pfnGetModificationUuid(pImageFrom->pBackendData, &ImageModificationUuid);
8163 RTUuidClear(&ImageModificationUuid);
8294 if (!RTUuidIsNull(&ImageModificationUuid))
8295 pImageTo->Backend->pfnSetModificationUuid(pImageTo->pBackendData, &ImageModificationUuid);

Completed in 81 milliseconds