Home
last modified time | relevance | path

Searched refs:DeleteFile (Results 1 – 25 of 52) sorted by relevance

123

/reactos/modules/rostests/apitests/kernel32/
H A DTunnelCache.c95 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 Drecyclebin_generic.cpp23 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 Drecyclebin_v5.h41 STDMETHOD(DeleteFile)(THIS_ IN LPCWSTR szFileName) PURE; in DECLARE_INTERFACE_() local
70 (This)->lpVtbl->DeleteFile(This, szFileName)
H A Drecyclebin.h236 STDMETHOD(DeleteFile)(THIS_ LPCWSTR szFileName); in DECLARE_INTERFACE_() local
294 (This)->lpVtbl->DeleteFile(This, szFileName)
H A Drecyclebin_v5.cpp143 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 DNtWriteFile.c160 DispositionInfo.DeleteFile = TRUE; in START_TEST()
217 DispositionInfo.DeleteFile = TRUE; in START_TEST()
304 DispositionInfo.DeleteFile = TRUE; in START_TEST()
H A DNtReadFile.c155 DispositionInfo.DeleteFile = TRUE; in START_TEST()
225 DispositionInfo.DeleteFile = TRUE; in START_TEST()
H A DNtLoadUnloadKey.c297 FileDispInfo.DeleteFile = TRUE; in MyDeleteFile()
/reactos/base/shell/cmd/
H A Dcopy.c170 DeleteFile (dest); in copy()
270 DeleteFile(dest); in copy()
274 DeleteFile(dest); in copy()
279 DeleteFile(TempSrc); in copy()
H A Dmove.c394 DeleteFile(szMoveDest); in cmd_move()
474 DeleteFile(szMoveSrc); in cmd_move()
H A Dinternal.c467 if (!DeleteFile(szFullPath)) in DeleteFolder()
H A Ddel.c146 return DeleteFile (lpFileName); in RemoveFile()
/reactos/dll/shellext/shellbtrfs/
H A Dsend.cpp24 #undef DeleteFile
163 fdi.DeleteFile = true; in Thread()
447 fdi.DeleteFile = true; in SendDlgProc()
661 fdi.DeleteFile = true; in send_subvol()
H A Dcontextmenu.cpp32 #undef DeleteFile
945 fdi.DeleteFile = true; in reflink_copy()
1637 fdi.DeleteFile = true; in reflink_copy2()
/reactos/modules/rosapps/templates/skel_service/
H A Dlog.c171 DeleteFile(lpLogFileName); in InitLogging()
/reactos/dll/win32/kernel32/client/file/
H A Ddelete.c216 FileDispInfo.DeleteFile = TRUE; in DeleteFileW()
/reactos/modules/rostests/tests/copymove/
H A Dcopymove.c37 DeleteFile(filename); in DeleteTestFile()
/reactos/modules/rosapps/applications/sysutils/screenshot/
H A Dscreenshot.c130 DeleteFile(pstrFileName); in DoWriteFile()
/reactos/ntoskrnl/include/
H A Dsysfuncs.h66 SVC_(DeleteFile, 1)
/reactos/drivers/filesystems/udfs/Include/
H A Denv_spec_nt.cpp582 Disposition.DeleteFile = TRUE; in EnvFileDeleteW()
/reactos/base/applications/cmdutils/replace/
H A Dreplace.c114 DeleteFile (dest); in replace()
/reactos/modules/rostests/winetests/scrrun/
H A Dscrrun.idl27 cpp_quote("#undef DeleteFile")
403 HRESULT DeleteFile([in] BSTR FileSpec, [in, defaultvalue(0)] VARIANT_BOOL Force);
/reactos/dll/win32/scrrun/
H A Dscrrun.idl27 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 Dmain.cpp810 if (!DeleteFile(SysDir)) { in deleteDriverFiles()
816 if (!DeleteFile(SysDir)) { in deleteDriverFiles()
/reactos/dll/win32/kernel32/kernel32_vista/
H A Dvista.c376 DispInfo.DeleteFile = TRUE; in CreateSymbolicLinkW()

123