Searched refs:gfa (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/scrrun/ |
H A D | filesystem.c | 622 DWORD gfa, new_gfa; in test_GetFile() local 674 gfa = GetFileAttributesW(pathW) & FILE_ATTR_MASK; in test_GetFile() 676 ok(fa == gfa, "fa = %x, expected %x\n", fa, gfa); in test_GetFile() 678 hr = IFile_put_Attributes(file, gfa | FILE_ATTRIBUTE_READONLY); in test_GetFile() 681 …ok(new_gfa == (gfa|FILE_ATTRIBUTE_READONLY), "new_gfa = %x, expected %x\n", new_gfa, gfa|FILE_ATTR… in test_GetFile() 687 hr = IFile_put_Attributes(file, gfa); in test_GetFile() 690 ok(new_gfa == gfa, "new_gfa = %x, expected %x\n", new_gfa, gfa); in test_GetFile() 694 ok(fa == gfa, "fa = %x, expected %x\n", fa, gfa); in test_GetFile()
|