Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Dshlfileop.cpp1589 BOOL bPathExists; in delete_files() local
1624 bPathExists = TRUE; in delete_files()
1656 bPathExists = (ERROR_SUCCESS == SHNotifyDeleteFileW(op, fileEntry->szFullPath)); in delete_files()
1658 bPathExists = SHELL_DeleteDirectoryW(op, fileEntry->szFullPath, FALSE); in delete_files()
1660 if (!bPathExists) in delete_files()