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

/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp1062 static char const s_szPropFmt[] = "/MyProperties/Sub/Sub/Sub/Sub/Sub/Sub/Sub/PropertyNo#%u"; local
1067 RTStrPrintf(szProp, sizeof(szProp), s_szPropFmt, cProps);
1083 RTStrPrintf(szProp, sizeof(szProp), s_szPropFmt, iProp);
1101 size_t cchProp = RTStrPrintf(szProp, sizeof(szProp), s_szPropFmt, iProp);

Completed in 48 milliseconds