Home
last modified time | relevance | path

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

/reactos/base/setup/lib/
H A Dinstall.c83 PCWSTR TargetDir; in GetSourceFileAndTargetLocation() local
196 Success = LookupDirectoryById(InfHandle, &DirContext, TargetDirId, &TargetDir); in GetSourceFileAndTargetLocation()
214 SourceFileName, SourceRootDir, SourceRelativePath, TargetDir, TargetFileName); in GetSourceFileAndTargetLocation()
217 INF_FreeData(TargetDir); in GetSourceFileAndTargetLocation()
225 *pTargetDirectory = TargetDir; in GetSourceFileAndTargetLocation()
299 PCWSTR TargetDir; in AddSectionToCopyQueueCab() local
335 Success = LookupDirectoryById(InfFile, &DirContext, TargetDirId, &TargetDir); in AddSectionToCopyQueueCab()
350 TargetDir, TargetFileName); in AddSectionToCopyQueueCab()
354 TargetDir); in AddSectionToCopyQueueCab()
358 INF_FreeData(TargetDir); in AddSectionToCopyQueueCab()