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

/vbox/src/VBox/Main/testcase/
H A DtstOVF.cpp86 char szAbsOVF[RTPATH_MAX]; local
87 RTPathExecDir(szAbsOVF, sizeof(szAbsOVF));
88 RTPathAppend(szAbsOVF, sizeof(szAbsOVF), pcszOVF0);
90 RTPrintf("%s: reading appliance \"%s\"...\n", pcszPrefix, szAbsOVF);
96 rc = pAppl->Read(Bstr(szAbsOVF).raw(), pProgress.asOutParam());
104 RTPrintf("%s: interpreting appliance \"%s\"...\n", pcszPrefix, szAbsOVF);

Completed in 42 milliseconds