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

/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp136 static int errorRuntime(const char *pszFormat, ...) function
265 return errorRuntime("Format autodetect failed: %Rrc\n", rc);
271 return errorRuntime("Cannot create the virtual disk container: %Rrc\n", rc);
276 return errorRuntime("Cannot open the virtual disk image \"%s\": %Rrc\n",
282 return errorRuntime("Cannot get UUID of virtual disk image \"%s\": %Rrc\n",
290 return errorRuntime("Cannot get parent UUID of virtual disk image \"%s\": %Rrc\n",
300 return errorRuntime("Cannot set UUID of virtual disk image \"%s\": %Rrc\n",
309 return errorRuntime("Cannot set parent UUID of virtual disk image \"%s\": %Rrc\n",
401 return errorRuntime("Format autodetect failed: %Rrc\n", rc);
407 return errorRuntime("Canno
[all...]

Completed in 35 milliseconds