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

/vbox/src/VBox/Storage/
H A DQCOW.cpp986 static int qcowFreeImage(PQCOWIMAGE pImage, bool fDelete) function
1202 qcowFreeImage(pImage, false);
1288 qcowFreeImage(pImage, rc != VERR_ALREADY_EXISTS);
1609 qcowFreeImage(pImage, false);
1644 rc = qcowFreeImage(pImage, false);
1680 rc = qcowFreeImage(pImage, fDelete);
2171 rc = qcowFreeImage(pImage, false);

Completed in 50 milliseconds