Home
last modified time | relevance | path

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

/reactos/sdk/tools/cabman/
H A Ddfp.cxx1032 char SrcName[PATH_MAX]; in PerformFileCopy() local
1038 *SrcName = '\0'; in PerformFileCopy()
1056 strcat(SrcName, BaseFilename); in PerformFileCopy()
1126 Status = AddFile(SrcName, std::string()); in PerformFileCopy()
1129 strcpy(SrcName, FileRelativePath.c_str()); in PerformFileCopy()
1130 strcat(SrcName, BaseFilename); in PerformFileCopy()
1131 Status = AddFile(SrcName, std::string()); in PerformFileCopy()
1137 "%s=%s", GetFileName(SrcName).c_str(), DstName); in PerformFileCopy()
1148 printf("ERROR: File not found: %s.\n", SrcName); in PerformFileCopy()
1153 printf("ERROR: Insufficient memory to add file: %s.\n", SrcName); in PerformFileCopy()
[all …]
/reactos/ntoskrnl/io/pnpmgr/
H A Dplugplay.c240 IopCaptureUnicodeString(PUNICODE_STRING DstName, PUNICODE_STRING SrcName) in IopCaptureUnicodeString() argument
248 Name.Length = SrcName->Length; in IopCaptureUnicodeString()
249 Name.MaximumLength = SrcName->MaximumLength; in IopCaptureUnicodeString()
258 ProbeForRead(SrcName->Buffer, in IopCaptureUnicodeString()
268 memcpy(Name.Buffer, SrcName->Buffer, Name.MaximumLength); in IopCaptureUnicodeString()