Searched refs:FullPathNameBuffer (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/apitests/ntdll/ |
H A D | RtlGetFullPathName_U.c | 128 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 D | RtlGetFullPathName_Ustr.c | 183 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 D | RtlGetFullPathName_UstrEx.c | 176 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()
|