Searched refs:item_path (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/shell32/ |
H A D | shelldispatch.c | 138 BSTR title, item_path; in test_namespace() local 240 …ok(!lstrcmpiW(item_path, path), "expected %s, got %s\n", wine_dbgstr_w(path), wine_dbgstr_w(item_p… in test_namespace() 241 SysFreeString(item_path); in test_namespace() 258 r = FolderItem_get_Path(item, &item_path); in test_namespace() 261 …ok(!lstrcmpiW(item_path, clsidW), "expected %s, got %s\n", wine_dbgstr_w(clsidW), wine_dbgstr_w(it… in test_namespace() 263 SysFreeString(item_path); in test_namespace() 303 r = FolderItem_get_Path(item, &item_path); in test_namespace() 305 …ok(!lstrcmpW(item_path, long_pathW), "Unexpected path %s, got %s\n", wine_dbgstr_w(item_path), win… in test_namespace() 306 SysFreeString(item_path); in test_namespace() 341 … ok(!lstrcmpW(item_path, long_pathW), "Unexpected path %s, got %s\n", wine_dbgstr_w(item_path), in test_namespace() [all …]
|