Home
last modified time | relevance | path

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

/reactos/base/setup/lib/utils/
H A Dosdetect.c377 if (!DoesDirExist(SystemRootDirectory, PathName)) in IsValidNTOSInstallationByHandle()
385 if (!DoesDirExist(SystemRootDirectory, PathName)) in IsValidNTOSInstallationByHandle()
393 if (!DoesDirExist(SystemRootDirectory, PathName)) in IsValidNTOSInstallationByHandle()
H A Dfilesup.h80 #define DoesDirExist(RootDirectory, DirName) \ macro
/reactos/base/setup/lib/
H A Dbootsup.c1834 if (!DoesDirExist(NULL, RemovableRootPath->Buffer)) in InstallBootcodeToRemovable()