Searched refs:new_file (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/3rdparty/freetype/src/tools/docmaker/ |
H A D | utils.py | 60 new_file = open( filename, "w" ) 61 sys.stdout = new_file 63 return ( new_file, old_stdout )
|
/reactos/dll/win32/mspatcha/ |
H A D | mspatcha_main.c | 230 BOOL WINAPI ApplyPatchToFileA(LPCSTR patch_file, LPCSTR old_file, LPCSTR new_file, ULONG apply_flag… in ApplyPatchToFileA() argument 243 hNew = CreateFileA(new_file, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, NULL, in ApplyPatchToFileA() 340 DWORD CreateNewFileFromPatch(PATCH_HEADER* Header, SAFE_READ* Patch, HANDLE new_file) in CreateNewFileFromPatch() argument 349 hMap = CreateFileMappingW(new_file, NULL, PAGE_READWRITE, 0, Header->OutputSize, NULL); in CreateNewFileFromPatch() 388 BOOL WINAPI ApplyPatchToFileByHandles(HANDLE patch_file, HANDLE old_file, HANDLE new_file, ULONG ap… in ApplyPatchToFileByHandles() argument 422 dwStatus = CreateNewFileFromPatch(&Header, &Patch, new_file); in ApplyPatchToFileByHandles() 445 BOOL WINAPI ApplyPatchToFileW(LPCWSTR patch_file, LPCWSTR old_file, LPCWSTR new_file, ULONG apply_f… in ApplyPatchToFileW() argument 458 hNew = CreateFileW(new_file, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, NULL, in ApplyPatchToFileW()
|
/reactos/sdk/tools/winesync/ |
H A D | winesync.py | 149 new_reactos_path = self.wine_to_reactos_path(delta.new_file.path) 151 … warning_message += 'file ' + delta.new_file.path + ' is added to the wine tree!\n' 163 elif delta.new_file.path.endswith('Makefile.in'): 164 warning_message += 'file ' + delta.new_file.path + ' was modified!\n' 168 new_reactos_path = self.wine_to_reactos_path(delta.new_file.path) 174 new_blob = self.wine_repo.get(delta.new_file.id) 186 new_blob = self.wine_repo.get(delta.new_file.id) 219 ignored_files += [delta.old_file.path, delta.new_file.path]
|
/reactos/dll/win32/wininet/ |
H A D | ftp.c | 1579 WCHAR *new_file; member 1593 FTP_FtpGetFileW(session, task->remote_file, task->new_file, task->fail_if_exists, in AsyncFtpGetFileProc() 1596 heap_free(task->new_file); in AsyncFtpGetFileProc() 1656 task->new_file = heap_strdupW(lpszNewFile); in FtpGetFileW()
|