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

/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp576 s_aGetProperties[] = local
591 for (unsigned i = 0; i < RT_ELEMENTS(s_aGetProperties); ++i)
597 RTTESTI_CHECK_RETV(s_aGetProperties[i].cchValue < sizeof(szBuffer));
599 aParms[0].setString(s_aGetProperties[i].pcszName);
604 if (s_aGetProperties[i].exists && RT_FAILURE(rc2))
607 s_aGetProperties[i].pcszName, rc2);
611 if (!s_aGetProperties[i].exists && rc2 != VERR_NOT_FOUND)
614 s_aGetProperties[i].pcszName, rc2);
618 if (s_aGetProperties[i].exists)
627 if (memcmp(szBuffer, s_aGetProperties[
[all...]

Completed in 423 milliseconds