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

/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp1288 Utf8Str strSrc3 = Utf8StrFmt("%s/VBoxGuestAdditions_%s.iso", strTemp, VirtualBox::i_getVersionNormalized().c_str()); local
1295 else if (RTFileExists(strSrc3.c_str()))
1296 path = strSrc3;

Completed in 46 milliseconds