ReactOS 0.4.15-dev-6669-g8227c5d
|
Go to the source code of this file.
Macros | |
#define | MOVEFILE_REPLACE_EXISTING 1 |
#define | MOVEFILE_COPY_ALLOWED 2 |
#define | MOVEFILE_WRITE_THROUGH 8 |
#define | DoesDirExist(RootDirectory, DirName) DoesPathExist((RootDirectory), (DirName), TRUE) |
#define | DoesFileExist(RootDirectory, FileName) DoesPathExist((RootDirectory), (FileName), FALSE) |
#define | UnMapAndCloseFile(FileHandle, SectionHandle, BaseAddress) |
#define DoesDirExist | ( | RootDirectory, | |
DirName | |||
) | DoesPathExist((RootDirectory), (DirName), TRUE) |
#define DoesFileExist | ( | RootDirectory, | |
FileName | |||
) | DoesPathExist((RootDirectory), (FileName), FALSE) |
#define UnMapAndCloseFile | ( | FileHandle, | |
SectionHandle, | |||
BaseAddress | |||
) |
NTSTATUS CombinePaths | ( | OUT PWSTR | PathBuffer, |
IN SIZE_T | cchPathSize, | ||
IN ULONG | NumberOfPathComponents, | ||
IN ... | |||
) |
Definition at line 681 of file filesup.c.
Referenced by AddSectionToCopyQueue(), AddSectionToCopyQueueCab(), BuildFullDirectoryPath(), CheckUnattendedSetup(), ConnectRegistry(), CreateRegistryFile(), DoesFileExist_2(), ImportRegistryFile(), InitDestinationPaths(), InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToFloppy(), InstallFatBootcodeToPartition(), InstallMbrBootCodeToDisk(), InstallNtfsBootcodeToPartition(), InstallSetupInfFile(), LoadSetupInf(), PrepareFileCopy(), RegCleanupRegistry(), and SetupCommitFileQueueW().
NTSTATUS CombinePathsV | ( | OUT PWSTR | PathBuffer, |
IN SIZE_T | cchPathSize, | ||
IN ULONG | NumberOfPathComponents, | ||
IN va_list | PathComponentsList | ||
) |
Definition at line 643 of file filesup.c.
Referenced by CombinePaths().
NTSTATUS ConcatPaths | ( | IN OUT PWSTR | PathBuffer, |
IN SIZE_T | cchPathSize, | ||
IN ULONG | NumberOfPathComponents, | ||
IN ... | |||
) |
Definition at line 659 of file filesup.c.
Referenced by ArcPathToNtPath(), InitDestinationPaths(), and SetupCommitFileQueueW().
NTSTATUS ConcatPathsV | ( | IN OUT PWSTR | PathBuffer, |
IN SIZE_T | cchPathSize, | ||
IN ULONG | NumberOfPathComponents, | ||
IN va_list | PathComponentsList | ||
) |
Definition at line 596 of file filesup.c.
Referenced by CombinePathsV(), and ConcatPaths().
Definition at line 748 of file filesup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToPartition(), and InstallNtfsBootcodeToPartition().
BOOLEAN DoesPathExist | ( | IN HANDLE RootDirectory | OPTIONAL, |
IN PCWSTR | PathName, | ||
IN BOOLEAN | IsDirectory | ||
) |
Definition at line 705 of file filesup.c.
BOOLEAN NtPathToDiskPartComponents | ( | IN PCWSTR | NtPath, |
OUT PULONG | pDiskNumber, | ||
OUT PULONG | pPartNumber, | ||
OUT PCWSTR *PathComponent | OPTIONAL | ||
) |
Definition at line 771 of file filesup.c.
Referenced by EnumerateInstallations().
NTSTATUS OpenAndMapFile | ( | IN HANDLE RootDirectory | OPTIONAL, |
IN PCWSTR | PathNameToFile, | ||
OUT PHANDLE | FileHandle, | ||
OUT PHANDLE | SectionHandle, | ||
OUT PVOID * | BaseAddress, | ||
OUT PULONG FileSize | OPTIONAL, | ||
IN BOOLEAN | ReadWriteAccess | ||
) |
Definition at line 858 of file filesup.c.
Referenced by CheckForValidPEAndVendor(), FindBootStore(), InstallSetupInfFile(), and OpenIniBootLoaderStore().
NTSTATUS SetupCopyFile | ( | IN PCWSTR | SourceFileName, |
IN PCWSTR | DestinationFileName, | ||
IN BOOLEAN | FailIfExists | ||
) |
Definition at line 240 of file filesup.c.
Referenced by InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToFloppy(), InstallFatBootcodeToPartition(), InstallNtfsBootcodeToPartition(), RegCleanupRegistry(), SetupCommitFileQueueW(), and SetupMoveFile().
Definition at line 84 of file filesup.c.
Referenced by PrepareCopyInfFile().
Definition at line 151 of file filesup.c.
Referenced by SetupCommitFileQueueW(), and SetupMoveFile().
Definition at line 480 of file filesup.c.
Referenced by CreateRegistryFile(), and SetupCommitFileQueueW().