Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/ntdll/
H A DRtlGetFullPathName_U.c128 WCHAR FullPathNameBuffer[MAX_PATH]; in RunTestCases() local
160 RtlFillMemory(FullPathNameBuffer, sizeof(FullPathNameBuffer), 0xAA); in RunTestCases()
164 sizeof(FullPathNameBuffer), in RunTestCases()
165 FullPathNameBuffer, in RunTestCases()
169 …Okay = CheckStringBuffer(FullPathNameBuffer, Length, sizeof(FullPathNameBuffer), ExpectedPathName); in RunTestCases()
170 …ne %lu: Wrong path name '%S', expected '%S'\n", TestCases[i].Line, FullPathNameBuffer, ExpectedPat… in RunTestCases()
175 FilePartSize = ShortName - FullPathNameBuffer; in RunTestCases()
H A DRtlGetFullPathName_Ustr.c183 WCHAR FullPathNameBuffer[MAX_PATH]; in RunTestCases() local
221 RtlFillMemory(FullPathNameBuffer, sizeof(FullPathNameBuffer), 0xAA); in RunTestCases()
230 sizeof(FullPathNameBuffer), in RunTestCases()
231 FullPathNameBuffer, in RunTestCases()
237 …Okay = CheckStringBuffer(FullPathNameBuffer, Length, sizeof(FullPathNameBuffer), ExpectedPathName); in RunTestCases()
238 …ne %lu: Wrong path name '%S', expected '%S'\n", TestCases[i].Line, FullPathNameBuffer, ExpectedPat… in RunTestCases()
281 ExpectedShortName = FullPathNameBuffer + ExpectedFilePartSize; in RunTestCases()
H A DRtlGetFullPathName_UstrEx.c176 WCHAR FullPathNameBuffer[MAX_PATH]; in RunTestCases() local
214 RtlInitEmptyUnicodeString(&FullPathName, FullPathNameBuffer, sizeof(FullPathNameBuffer)); in RunTestCases()
234 …ok(FullPathName.Buffer == FullPathNameBuffer, "Line %lu: Buffer modified\n", TestCa… in RunTestCases()
235 …ok(FullPathName.MaximumLength == sizeof(FullPathNameBuffer), "Line %lu: MaximumLength modified\n",… in RunTestCases()