Searched refs:keyfmt (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/msi/ |
H A D | action.c | 3482 static const char keyfmt[] = in test_process_components() local 3526 sprintf(keypath, keyfmt, usersid, "CBABC2FDCCB35E749A8944D8C1C098B5"); in test_process_components() 3548 sprintf(keypath, keyfmt, usersid, "241C3DA58FECD0945B9687D408766058"); in test_process_components() 3572 sprintf(keypath, keyfmt, "S-1-5-18", "CBABC2FDCCB35E749A8944D8C1C098B5"); in test_process_components() 3590 sprintf(keypath, keyfmt, "S-1-5-18", "241C3DA58FECD0945B9687D408766058"); in test_process_components()
|