Home
last modified time | relevance | path

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

/reactos/boot/environ/app/rosload/
H A Drosload.c540 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 Dcreate.c696 ULONG RootLength; in NtfsCreateDirectory() local
752 &RootLength); in NtfsCreateDirectory()
765 … Status = AddIndexRoot(DeviceExt, FileRecord, NextAttribute, NewIndexRoot, RootLength, L"$I30", 4); in NtfsCreateDirectory()
H A Dattrib.c499 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 Dntfs.h615 ULONG RootLength,