Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dpath.c1746 PRTLP_CURDIR_REF OldCurDir = NULL; in RtlSetCurrentDirectory_U() local
1884 OldCurDir = RtlpCurDirRef; in RtlSetCurrentDirectory_U()
1888 RtlpCurDirRef = OldCurDir; in RtlSetCurrentDirectory_U()
1889 OldCurDir = NULL; in RtlSetCurrentDirectory_U()
1928 if (OldCurDir && InterlockedDecrement(&OldCurDir->RefCount) == 0) in RtlSetCurrentDirectory_U()
1930 NtClose(OldCurDir->Handle); in RtlSetCurrentDirectory_U()
1931 RtlFreeHeap(RtlGetProcessHeap(), 0, OldCurDir); in RtlSetCurrentDirectory_U()