Home
last modified time | relevance | path

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

/reactos/boot/freeldr/bootsect/
H A Disoboot.S57 resb CurrentDir, dir_t_size // Current directory
235 mov dword ptr ds:[CurrentDir+dir_lba], eax
240 mov dword ptr ds:[CurrentDir+dir_len], eax
246 mov dword ptr ds:[CurrentDir+dir_clust],eax
262 mov dword ptr ds:[CurrentDir+dir_len], eax
264 mov dword ptr ds:[CurrentDir+dir_clust], eax
267 mov dword ptr ds:[CurrentDir+dir_lba], eax
501 mov si, offset CurrentDir
/reactos/dll/win32/kernel32/client/
H A Dvdm.c105 PWCHAR CurrentDir = NULL; in BaseCheckVDM() local
233 CurrentDir = (PWCHAR)RtlAllocateHeap(RtlGetProcessHeap(), in BaseCheckVDM()
236 if (CurrentDir == NULL) in BaseCheckVDM()
243 GetCurrentDirectoryW(Length, CurrentDir); in BaseCheckVDM()
244 CurrentDirectory = CurrentDir; in BaseCheckVDM()
532 if (CurrentDir) RtlFreeHeap(RtlGetProcessHeap(), 0, CurrentDir); in BaseCheckVDM()
/reactos/drivers/filesystems/ntfs/
H A Dfcb.c522 ULONGLONG CurrentDir; in NtfsDirFindFile() local
539 CurrentDir = DirectoryFcb->MFTIndex; in NtfsDirFindFile()
569 Status = NtfsLookupFileAt(Vcb, &File, CaseSensitive, &FileRecord, &MFTIndex, CurrentDir); in NtfsDirFindFile()
/reactos/base/setup/welcome/
H A Dwelcome.c432 TCHAR CurrentDir[MAX_PATH]; in AddNewTopicEx()
433 GetCurrentDirectory(ARRAYSIZE(CurrentDir), CurrentDir); in AddNewTopicEx()