Home
last modified time | relevance | path

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

/reactos/modules/rostests/kmtests/ntos_mm/
H A DZwMapViewOfSection.c14 static UNICODE_STRING FileReadOnlyPath = RTL_CONSTANT_STRING(L"\\SystemRoot\\system32\\ntdll.dll"); variable
565 …InitializeObjectAttributes(&NtdllObject, &FileReadOnlyPath, OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HAND… in START_TEST()
H A DZwCreateSection.c15 static UNICODE_STRING FileReadOnlyPath = RTL_CONSTANT_STRING(L"\\SystemRoot\\system32\\ntdll.dll"); variable
500 …InitializeObjectAttributes(&NtdllObject, &FileReadOnlyPath, OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HAND… in START_TEST()