Searched refs:DestinationPath (Results 1 – 8 of 8) sorted by relevance
/reactos/base/setup/lib/ |
H A D | install.c | 291 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 D | setuplib.c | 288 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 D | setuplib.h | 125 UNICODE_STRING DestinationPath; /** Equivalent of 'NTOS_INSTALLATION::SystemNtPath' **/ member
|
/reactos/base/setup/usetup/spapisup/ |
H A D | cabinet.h | 151 IN PCWSTR DestinationPath);
|
H A D | cabinet.c | 601 IN PCWSTR DestinationPath) in CabinetSetDestinationPath() argument 603 wcscpy(CabinetContext->DestPath, DestinationPath); in CabinetSetDestinationPath()
|
/reactos/sdk/tools/cabman/ |
H A D | cabinet.h | 330 void SetDestinationPath(const char* DestinationPath);
|
H A D | cabinet.cxx | 216 void CCabinet::SetDestinationPath(const char* DestinationPath) in SetDestinationPath() argument 223 DestPath = DestinationPath; in SetDestinationPath()
|
/reactos/base/setup/usetup/ |
H A D | usetup.c | 3052 if (RtlPrefixUnicodeString(&USetupData.SourcePath, &USetupData.DestinationPath, TRUE)) in InstallDirectoryPage()
|