Searched refs:RootLength (Results 1 – 4 of 4) sorted by relevance
/reactos/boot/environ/app/rosload/ |
H A D | rosload.c | 540 SIZE_T RootLength, RootLengthWithSep; in OslPrepareTarget() local 656 RootLength = wcslen(SystemRoot); in OslPrepareTarget() 657 if (SystemRoot[RootLength - 1] == OBJ_NAME_PATH_SEPARATOR) in OslPrepareTarget() 665 RootLengthWithSep = RootLength + sizeof(OBJ_NAME_PATH_SEPARATOR); in OslPrepareTarget()
|
/reactos/drivers/filesystems/ntfs/ |
H A D | create.c | 696 ULONG RootLength; in NtfsCreateDirectory() local 752 &RootLength); in NtfsCreateDirectory() 765 … Status = AddIndexRoot(DeviceExt, FileRecord, NextAttribute, NewIndexRoot, RootLength, L"$I30", 4); in NtfsCreateDirectory()
|
H A D | attrib.c | 499 ULONG RootLength, in AddIndexRoot() argument 524 AttributeLength = ValueOffset + RootLength; in AddIndexRoot() 544 AttributeAddress->Resident.ValueLength = RootLength; in AddIndexRoot() 551 RtlCopyMemory((PCHAR)((ULONG_PTR)AttributeAddress + ValueOffset), NewIndexRoot, RootLength); in AddIndexRoot()
|
H A D | ntfs.h | 615 ULONG RootLength,
|