Searched refs:backendName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp6704 char *backendName = NULL; local
6718 locationFull.c_str(), &backendName, &enmType);
6728 locationFull.c_str(), &backendName, &enmType);
6766 ComAssertRet(backendName != NULL && *backendName != '\0', E_FAIL);
6768 HRESULT rc = i_setFormat(backendName);
6769 RTStrFree(backendName);

Completed in 65 milliseconds