Searched refs:SourceFile (Results 1 – 10 of 10) sorted by relevance
/reactos/base/applications/msconfig_new/ |
H A D | fileutils.c | 97 LPWSTR SourceFile, DestFile; in BackupIniFile() local 101 SourceFile = (LPWSTR)MemAlloc(0, dwNumOfChars * sizeof(WCHAR)); in BackupIniFile() 102 ExpandEnvironmentStringsW(lpszIniFile, SourceFile, dwNumOfChars); in BackupIniFile() 104 lpName = wcsrchr(SourceFile, L'\\'); in BackupIniFile() 105 lpName = (lpName ? lpName + 1 : SourceFile); in BackupIniFile() 117 … Success = CopyFileW(SourceFile, DestFile, TRUE /* don't overwrite */ /* FALSE */ /* overwrite */); in BackupIniFile() 120 MemFree(SourceFile); in BackupIniFile()
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | finfo.c | 573 UNICODE_STRING SourceFile; in VfatSetRenameInformation() local 798 vfatSplitPathName(&FCB->PathNameU, &SourcePath, &SourceFile); in VfatSetRenameInformation() 799 DPRINT("Old dir: %wZ, Old file: %wZ\n", &SourcePath, &SourceFile); in VfatSetRenameInformation() 822 if (FsRtlAreNamesEqual(&SourceFile, &NewFile, FALSE, NULL)) in VfatSetRenameInformation() 829 if (FsRtlAreNamesEqual(&SourceFile, &NewFile, TRUE, NULL)) in VfatSetRenameInformation()
|
/reactos/ntoskrnl/config/ |
H A D | cmapi.c | 22 IN POBJECT_ATTRIBUTES SourceFile, in CmpIsHiveAlreadyLoaded() argument 59 SourceFile->ObjectName, in CmpIsHiveAlreadyLoaded() 2013 IN POBJECT_ATTRIBUTES SourceFile, in CmLoadKey() argument 2061 Status = CmpCmdHiveOpen(SourceFile, in CmLoadKey() 2080 if (CmpIsHiveAlreadyLoaded(KeyHandle, SourceFile, &LoadedHive)) in CmLoadKey()
|
H A D | ntapi.c | 1149 IN POBJECT_ATTRIBUTES SourceFile, in NtLoadKeyEx() argument 1189 ProbeForRead(SourceFile, in NtLoadKeyEx() 1218 SourceFile, in NtLoadKeyEx()
|
/reactos/sdk/tools/cabman/ |
H A D | cabinet.cxx | 1214 SourceFile = fopen(FileNode->FileName.c_str(), "rb"); in WriteFileToScratchStorage() 1215 if (SourceFile == NULL) in WriteFileToScratchStorage() 1259 if ( (BytesRead = fread(CurrentIBuffer, 1, BytesToRead, SourceFile)) != BytesToRead ) in WriteFileToScratchStorage() 1281 fclose(SourceFile); in WriteFileToScratchStorage()
|
H A D | cabinet.h | 487 FILE* SourceFile; variable
|
/reactos/sdk/include/ndk/ |
H A D | cmfuncs.h | 145 _In_ POBJECT_ATTRIBUTES SourceFile,
|
/reactos/sdk/include/xdk/ |
H A D | cmtypes.h | 880 PUNICODE_STRING SourceFile; member
|
/reactos/sdk/include/psdk/ |
H A D | setupapi.h | 764 PCSTR SourceFile; member 772 PCWSTR SourceFile; member 1214 _In_ PCSTR SourceFile, 1230 _In_ PCWSTR SourceFile,
|
/reactos/ntoskrnl/include/internal/ |
H A D | cm.h | 1324 IN POBJECT_ATTRIBUTES SourceFile,
|