Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dboot.c237 static const WCHAR namew[] = L"SystemStartOptions"; in check_boot_options() local
269 name.Buffer = (WCHAR*)namew; in check_boot_options()
270 name.Length = name.MaximumLength = sizeof(namew) - sizeof(WCHAR); in check_boot_options()
/reactos/dll/shellext/shellbtrfs/
H A Dcontextmenu.cpp691 wstring namew = name; in reflink_copy() local
693 ss << namew.substr(0, ext - name); in reflink_copy()