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

/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp525 s_aDelProperties[] = local
537 for (unsigned i = 0; i < RT_ELEMENTS(s_aDelProperties); ++i)
539 int rc = doDelProp(pTable, s_aDelProperties[i].pcszName,
540 s_aDelProperties[i].isHost);
541 if (s_aDelProperties[i].isAllowed && RT_FAILURE(rc))
543 s_aDelProperties[i].pcszName, rc);
544 else if ( !s_aDelProperties[i].isAllowed
547 s_aDelProperties[i].pcszName, rc);

Completed in 150 milliseconds