Home
last modified time | relevance | path

Searched refs:path_key (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/msi/
H A Dmsi.c2993 lstrcatA( path_key, comp_squashed ); in test_MsiGetComponentPathEx()
3022 lstrcatA( path_key, prod_squashed ); in test_MsiGetComponentPathEx()
3066 lstrcatA( path_key, prod_squashed ); in test_MsiGetComponentPathEx()
3079 lstrcatA( path_key, usersid ); in test_MsiGetComponentPathEx()
3081 lstrcatA( path_key, comp_squashed ); in test_MsiGetComponentPathEx()
3122 lstrcatA( path_key, usersid ); in test_MsiGetComponentPathEx()
3124 lstrcatA( path_key, prod_squashed ); in test_MsiGetComponentPathEx()
3136 lstrcatA( path_key, usersid ); in test_MsiGetComponentPathEx()
3138 lstrcatA( path_key, comp_squashed ); in test_MsiGetComponentPathEx()
3161 lstrcatA( path_key, prod_squashed ); in test_MsiGetComponentPathEx()
[all …]
/reactos/modules/rostests/winetests/shell32/
H A Dshlfolder.c1718 char path_key[MAX_PATH]; in test_SHGetFolderPathA() local
1750 … if (!RegQueryValueExA( key, "ProgramFilesDir (x86)", NULL, &type, (BYTE *)path_key, &count )) in test_SHGetFolderPathA()
1753 … ok( !lstrcmpiA( path_key, path_x86 ), "paths differ '%s' != '%s'\n", path_key, path_x86 ); in test_SHGetFolderPathA()
1785 if (!RegQueryValueExA( key, "CommonFilesDir (x86)", NULL, &type, (BYTE *)path_key, &count )) in test_SHGetFolderPathA()
1788 … ok( !lstrcmpiA( path_key, path_x86 ), "paths differ '%s' != '%s'\n", path_key, path_x86 ); in test_SHGetFolderPathA()