Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dprofile.c469 static const char contents1[] = "[" SECTION "]\n" KEY "=123\n"; in test_profile_refresh() local
474 res = WriteFile( h, contents1, sizeof contents1 - 1, &size, NULL ); in test_profile_refresh()
476 ok( size == sizeof contents1 - 1, "Test file: partial write\n"); in test_profile_refresh()