/reactos/modules/rostests/apitests/kernel32/ |
H A D | TunnelCache.c | 95 DeleteFile("file2"); in Test_VeryLongTests() 96 DeleteFile("file1"); in Test_VeryLongTests() 97 DeleteFile("file"); in Test_VeryLongTests() 182 DeleteFile("file2"); in Test_LongTests() 183 DeleteFile("file1"); in Test_LongTests() 184 DeleteFile("file"); in Test_LongTests() 266 DeleteFile("randomfilename"); in Test_ShortTests() 267 DeleteFile("verylongfilename"); in Test_ShortTests() 268 DeleteFile("verylongfilename2"); in Test_ShortTests()
|
/reactos/dll/win32/shell32/shellrecyclebin/ |
H A D | recyclebin_generic.cpp | 23 STDMETHODIMP DeleteFile(LPCWSTR szFileName) override; 72 STDMETHODIMP RecycleBinGeneric::DeleteFile(LPCWSTR szFileName) in DeleteFile() function in RecycleBinGeneric 127 hr = prb->DeleteFile(szFullName); in DeleteFile()
|
H A D | recyclebin_v5.h | 41 STDMETHOD(DeleteFile)(THIS_ IN LPCWSTR szFileName) PURE; in DECLARE_INTERFACE_() local 70 (This)->lpVtbl->DeleteFile(This, szFileName)
|
H A D | recyclebin.h | 236 STDMETHOD(DeleteFile)(THIS_ LPCWSTR szFileName); in DECLARE_INTERFACE_() local 294 (This)->lpVtbl->DeleteFile(This, szFileName)
|
H A D | recyclebin_v5.cpp | 143 STDMETHODIMP DeleteFile(_In_ LPCWSTR szFileName) override; 212 STDMETHODIMP RecycleBin5::DeleteFile(_In_ LPCWSTR szFileName) in DeleteFile() function in RecycleBin5
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtWriteFile.c | 160 DispositionInfo.DeleteFile = TRUE; in START_TEST() 217 DispositionInfo.DeleteFile = TRUE; in START_TEST() 304 DispositionInfo.DeleteFile = TRUE; in START_TEST()
|
H A D | NtReadFile.c | 155 DispositionInfo.DeleteFile = TRUE; in START_TEST() 225 DispositionInfo.DeleteFile = TRUE; in START_TEST()
|
H A D | NtLoadUnloadKey.c | 297 FileDispInfo.DeleteFile = TRUE; in MyDeleteFile()
|
/reactos/base/shell/cmd/ |
H A D | copy.c | 170 DeleteFile (dest); in copy() 270 DeleteFile(dest); in copy() 274 DeleteFile(dest); in copy() 279 DeleteFile(TempSrc); in copy()
|
H A D | move.c | 394 DeleteFile(szMoveDest); in cmd_move() 474 DeleteFile(szMoveSrc); in cmd_move()
|
H A D | internal.c | 467 if (!DeleteFile(szFullPath)) in DeleteFolder()
|
H A D | del.c | 146 return DeleteFile (lpFileName); in RemoveFile()
|
/reactos/dll/shellext/shellbtrfs/ |
H A D | send.cpp | 24 #undef DeleteFile 163 fdi.DeleteFile = true; in Thread() 447 fdi.DeleteFile = true; in SendDlgProc() 661 fdi.DeleteFile = true; in send_subvol()
|
H A D | contextmenu.cpp | 32 #undef DeleteFile 945 fdi.DeleteFile = true; in reflink_copy() 1637 fdi.DeleteFile = true; in reflink_copy2()
|
/reactos/modules/rosapps/templates/skel_service/ |
H A D | log.c | 171 DeleteFile(lpLogFileName); in InitLogging()
|
/reactos/dll/win32/kernel32/client/file/ |
H A D | delete.c | 216 FileDispInfo.DeleteFile = TRUE; in DeleteFileW()
|
/reactos/modules/rostests/tests/copymove/ |
H A D | copymove.c | 37 DeleteFile(filename); in DeleteTestFile()
|
/reactos/modules/rosapps/applications/sysutils/screenshot/ |
H A D | screenshot.c | 130 DeleteFile(pstrFileName); in DoWriteFile()
|
/reactos/ntoskrnl/include/ |
H A D | sysfuncs.h | 66 SVC_(DeleteFile, 1)
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | env_spec_nt.cpp | 582 Disposition.DeleteFile = TRUE; in EnvFileDeleteW()
|
/reactos/base/applications/cmdutils/replace/ |
H A D | replace.c | 114 DeleteFile (dest); in replace()
|
/reactos/modules/rostests/winetests/scrrun/ |
H A D | scrrun.idl | 27 cpp_quote("#undef DeleteFile") 403 HRESULT DeleteFile([in] BSTR FileSpec, [in, defaultvalue(0)] VARIANT_BOOL Force);
|
/reactos/dll/win32/scrrun/ |
H A D | scrrun.idl | 27 cpp_quote("#undef DeleteFile") 403 HRESULT DeleteFile([in] BSTR FileSpec, [in, defaultvalue(0)] VARIANT_BOOL Force);
|
/reactos/drivers/wdm/audio/drivers/CMIDriver/cmicontrol/ |
H A D | main.cpp | 810 if (!DeleteFile(SysDir)) { in deleteDriverFiles() 816 if (!DeleteFile(SysDir)) { in deleteDriverFiles()
|
/reactos/dll/win32/kernel32/kernel32_vista/ |
H A D | vista.c | 376 DispInfo.DeleteFile = TRUE; in CreateSymbolicLinkW()
|