Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/shell32/
H A DFindExecutable.cpp199 BOOL ret = CopyFileA(s_win_notepad, s_win_test_exe, FALSE); in START_TEST()
208 ret = CopyFileA(s_win_notepad, s_sys_test_exe, FALSE); in START_TEST()
/reactos/base/system/expand/
H A Dexpand.c189 if (!CopyFileA( infile, outfile, FALSE )) in main()
/reactos/modules/rostests/winetests/kernel32/
H A Dfile.c719 ret = CopyFileA(source, dest, TRUE); in test_CopyFileA()
723 ret = CopyFileA(source, dest, FALSE); in test_CopyFileA()
729 retok = CopyFileA(source, dest, FALSE); in test_CopyFileA()
741 retok = CopyFileA(source, dest, FALSE); in test_CopyFileA()
749 retok = CopyFileA(source, dest, FALSE); in test_CopyFileA()
757 retok = CopyFileA(source, dest, FALSE); in test_CopyFileA()
765 retok = CopyFileA(source, dest, FALSE); in test_CopyFileA()
785 retok = CopyFileA(source, dest, FALSE); in test_CopyFileA()
802 ret = CopyFileA(source, dest, FALSE); in test_CopyFileA()
818 ret = CopyFileA(source, dest, FALSE); in test_CopyFileA()
[all …]
H A Dpath.c1911 bret = CopyFileA(path2A, pathA, FALSE); in test_SearchPathA()
1914 bret = CopyFileA(path2A, path3A, FALSE); in test_SearchPathA()
/reactos/dll/win32/kernel32/client/file/
H A Dcopy.c404 CopyFileA(IN LPCSTR lpExistingFileName, in CopyFileA() function
/reactos/modules/rostests/winetests/imagehlp/
H A Dintegrity.c140 if (CopyFileA(sys_dir, test_dll_path, FALSE) == 0) in copy_dll_file()
/reactos/modules/rostests/winetests/shell32/
H A Dshlexec.c2222 if (CopyFileA(argv0, filename, FALSE)) in test_exes()
2815 CopyFileA(argv0, path, FALSE); in test_directory()
H A Dshlfileop.c1038 retval = CopyFileA(shfo.pFrom, shfo.pTo, FALSE); in test_copy()
/reactos/modules/rostests/winetests/mscms/
H A Dprofile.c1433 if (CopyFileA( standardprofile, file, FALSE )) in START_TEST()
/reactos/sdk/include/psdk/
H A Dwinbase.h1730 BOOL WINAPI CopyFileA(_In_ LPCSTR, _In_ LPCSTR, _In_ BOOL);
3766 #define CopyFile CopyFileA
/reactos/dll/win32/kernel32/
H A Dkernel32.spec103 @ stdcall CopyFileA(str str long)
/reactos/modules/rostests/winetests/msi/
H A Dpackage.c904 CopyFileA(path, name, FALSE); in create_file_with_version()
3148 CopyFileA(msifile, msifile2, FALSE); in test_states()
3149 CopyFileA(msifile, msifile3, FALSE); in test_states()
3150 CopyFileA(msifile, msifile4, FALSE); in test_states()
H A Dinstall.c3610 CopyFileA(msifile, msifile2, FALSE); in generate_transform()
H A Ddb.c2750 CopyFileA(msifile2, msifile, FALSE); in generate_transform()