Home
last modified time | relevance | path

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

/reactos/base/setup/lib/
H A Dinstall.c291 IN PCUNICODE_STRING DestinationPath) in AddSectionToCopyQueueCab() argument
353 pSetupData->DestinationPath.Buffer, in AddSectionToCopyQueueCab()
399 IN PCUNICODE_STRING DestinationPath) in AddSectionToCopyQueue() argument
471 pSetupData->DestinationPath.Buffer, in AddSectionToCopyQueue()
522 &pSetupData->DestinationPath); in PrepareCopyInfFile()
530 &pSetupData->DestinationPath); in PrepareCopyInfFile()
555 &pSetupData->DestinationPath)) in PrepareCopyInfFile()
569 &pSetupData->DestinationPath); in PrepareCopyInfFile()
598 pSetupData->DestinationPath.Buffer); in PrepareCopyInfFile()
H A Dsetuplib.c288 pSetupData->DestinationPath.Buffer, L"System32\\$winnt$.inf"); in InstallSetupInfFile()
295 pSetupData->DestinationPath.Buffer, L"System32\\$winnt$.inf"); in InstallSetupInfFile()
978 RtlFreeUnicodeString(&pSetupData->DestinationPath); in InitDestinationPaths()
990 …Status = RtlCreateUnicodeString(&pSetupData->DestinationPath, PathBuffer) ? STATUS_SUCCESS : STATU… in InitDestinationPaths()
1007 RtlFreeUnicodeString(&pSetupData->DestinationPath); in InitDestinationPaths()
1040 RtlInitUnicodeString(&pSetupData->DestinationPath, NULL); in InitializeSetup()
1178 Status = VerifyRegistryHives(&pSetupData->DestinationPath, &ShouldRepairRegistry); in UpdateRegistry()
1195 Status = RegInitializeRegistry(&pSetupData->DestinationPath); in UpdateRegistry()
1390 RegCleanupRegistry(&pSetupData->DestinationPath); in UpdateRegistry()
H A Dsetuplib.h125 UNICODE_STRING DestinationPath; /** Equivalent of 'NTOS_INSTALLATION::SystemNtPath' **/ member
/reactos/base/setup/usetup/spapisup/
H A Dcabinet.h151 IN PCWSTR DestinationPath);
H A Dcabinet.c601 IN PCWSTR DestinationPath) in CabinetSetDestinationPath() argument
603 wcscpy(CabinetContext->DestPath, DestinationPath); in CabinetSetDestinationPath()
/reactos/sdk/tools/cabman/
H A Dcabinet.h330 void SetDestinationPath(const char* DestinationPath);
H A Dcabinet.cxx216 void CCabinet::SetDestinationPath(const char* DestinationPath) in SetDestinationPath() argument
223 DestPath = DestinationPath; in SetDestinationPath()
/reactos/base/setup/usetup/
H A Dusetup.c3052 if (RtlPrefixUnicodeString(&USetupData.SourcePath, &USetupData.DestinationPath, TRUE)) in InstallDirectoryPage()